]> git.draconx.ca Git - liblbx.git/blob - src/Makefile.am
Initial implementation of list and extract operations.
[liblbx.git] / src / Makefile.am
1 lib_LTLIBRARIES   = liblbx.la
2 bin_PROGRAMS      = lbxtool
3
4 liblbx_la_SOURCES = lbx.c
5
6 lbxtool_SOURCES   = lbxtool.c
7 lbxtool_LDADD     = liblbx.la