Code

configure.ac: Further improved help texts of arguments.
[template.git] / src / Makefile.am
index 5005281d95ec80a295d60d8e5513a292c495f37f..1c22316b43280d1e00ffc8cd1c4b78095b2ee3af 100644 (file)
@@ -1,13 +1,15 @@
 AM_CFLAGS = @STRICT_CFLAGS@
 
-include_HEADERS = foobar.h
+include_HEADERS = foobar.h fb_features.h
 lib_LTLIBRARIES = libfoobar.la
 
-libfoobar_la_SOURCES = libfoobar.c foobar.h
+BUILT_SOURCES = fb_features.h
+
+libfoobar_la_SOURCES = foobar.c foobar.h fb_features.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