lib_LTLIBRARIES = liblbx.la bin_PROGRAMS = lbxtool liblbx_la_SOURCES = lbx.c lbxtool_SOURCES = lbxtool.c lbxtool_LDADD = liblbx.la