diff options
Diffstat (limited to 'config/Makefile.am.blank')
-rwxr-xr-x | config/Makefile.am.blank | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/Makefile.am.blank b/config/Makefile.am.blank index c4cb0da..a091c60 100755 --- a/config/Makefile.am.blank +++ b/config/Makefile.am.blank @@ -40,11 +40,11 @@ include $(top_srcdir)/config/commence.am # Add include directories to the C preprocessor flags -#INCLUDES=-I$(top_srcdir)/src +INCLUDES=-I$(top_srcdir)/src # Our main targets, the library foo.la and the programs bar and baz -#lib_LTLIBRARIES=foo.la -#bin_PROGRAMS=bar baz +lib_LTLIBRARIES=foo.la +bin_PROGRAMS=bar baz # Helper programs and test programs noinst_PROGRAMS=helper |