summaryrefslogtreecommitdiff
path: root/example_extff/Makefile.am
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cab.ark.cs.cmu.edu>2012-10-11 23:13:12 -0400
committerChris Dyer <cdyer@cab.ark.cs.cmu.edu>2012-10-11 23:13:12 -0400
commit070d51e5554cc9840d97556d04bfa64a3d60b38c (patch)
tree47523b625a341baa4faf40fdc8a65a26e279d2a7 /example_extff/Makefile.am
parent05ca9a263291f1ce48b09689d10199a68e7ea3b3 (diff)
example external feature function
Diffstat (limited to 'example_extff/Makefile.am')
-rw-r--r--example_extff/Makefile.am5
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..ac2694ca
--- /dev/null
+++ b/example_extff/Makefile.am
@@ -0,0 +1,5 @@
+AM_CPPFLAGS = -DBOOST_TEST_DYN_LINK -W -Wno-sign-compare $(GTEST_CPPFLAGS) -I.. -I../mteval -I../utils -I../klm -I../decoder
+
+lib_LTLIBRARIES = libff_example.la
+libff_example_la_SOURCES = ff_example.cc
+libff_example_la_LDFLAGS = -version-info 1:0:0 -module