diff options
Diffstat (limited to 'example_extff/Makefile.am')
-rw-r--r-- | example_extff/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example_extff/Makefile.am b/example_extff/Makefile.am new file mode 100644 index 00000000..6abfe6c5 --- /dev/null +++ b/example_extff/Makefile.am @@ -0,0 +1,5 @@ +AM_CPPFLAGS = -DBOOST_TEST_DYN_LINK -W -Wall -Wno-sign-compare -I$(top_srcdir) -I$(top_srcdir)/mteval -I$(top_srcdir)/utils -I$(top_srcdir)/klm -I$(top_srcdir)/decoder + +lib_LTLIBRARIES = libff_example.la +libff_example_la_SOURCES = ff_example.cc +libff_example_la_LDFLAGS = -version-info 1:0:0 -module |