From d4b193e6e7fdefc66d9698337581b960c30844ea Mon Sep 17 00:00:00 2001 From: Feffernoose Date: Sun, 6 Oct 2013 20:16:40 -0400 Subject: Removed yamlcpp dependency from rawr-gen rawr-gen now takes the input corpus as a command-line argument, so as to increase the ease-of-use. It also now shows a usage message if provided with a non-existent file or no argument. --- Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c9f61cf..3d4dad6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,5 @@ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} bin_PROGRAMS = rawr-ebooks rawr-gen rawr_ebooks_SOURCES = ebooks.cpp kgramstats.cpp rawr_gen_SOURCES = gen.cpp kgramstats.cpp -rawr_ebooks_CPPFLAGS = $(LIBTWITCURL_CFLAGS) -AM_CPPFLAGS = $(YAML_CFLAGS) -rawr_ebooks_LDADD = $(LIBTWITCURL_LIBS) $(YAML_LIBS) -rawr_gen_LDADD = $(YAML_LIBS) \ No newline at end of file +rawr_ebooks_CPPFLAGS = $(LIBTWITCURL_CFLAGS) $(YAML_CFLAGS) +rawr_ebooks_LDADD = $(LIBTWITCURL_LIBS) $(YAML_LIBS) \ No newline at end of file -- cgit 1.4.1