X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=2dd0218a6806e5290769e770a661c4c5a27441c7;hb=738869d95ebd3a553985b0002dade5d9f651ffe7;hp=5005281d95ec80a295d60d8e5513a292c495f37f;hpb=d0f2a09c250bbcf272879bf1b2b2383928d8cd36;p=template.git diff --git a/src/Makefile.am b/src/Makefile.am index 5005281..2dd0218 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,8 +6,8 @@ lib_LTLIBRARIES = libfoobar.la libfoobar_la_SOURCES = libfoobar.c foobar.h libfoobar_la_LDFLAGS = -version-info 0:0:0 -bin_PROGRAMS = foobar +bin_PROGRAMS = fb -foobar_SOURCES = foobar.c foobar.h -foobar_LDADD = libfoobar.la +fb_SOURCES = fb.c foobar.h +fb_LDADD = libfoobar.la