about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2015-07-19 22:19:49 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2015-07-19 22:19:49 -0400
commite080a02518103538897be3f09a342712bd42c546 (patch)
tree97fc06df67d71a4cb3cb8822a76eaf257a25f9db /Makefile.am
parentb71552ea3f8237012fe5677385df1c3534405121 (diff)
downloadrawr-ebooks-e080a02518103538897be3f09a342712bd42c546.tar.gz
rawr-ebooks-e080a02518103538897be3f09a342712bd42c546.tar.bz2
rawr-ebooks-e080a02518103538897be3f09a342712bd42c546.zip
Kerjiggered the algorithms
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 299dc10..150ede2 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -4,5 +4,6 @@ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
4bin_PROGRAMS = rawr-ebooks rawr-gen 4bin_PROGRAMS = rawr-ebooks rawr-gen
5rawr_ebooks_SOURCES = ebooks.cpp kgramstats.cpp freevars.cpp 5rawr_ebooks_SOURCES = ebooks.cpp kgramstats.cpp freevars.cpp
6rawr_gen_SOURCES = gen.cpp kgramstats.cpp freevars.cpp 6rawr_gen_SOURCES = gen.cpp kgramstats.cpp freevars.cpp
7rawr_ebooks_CPPFLAGS = $(LIBTWITCURL_CFLAGS) $(YAML_CFLAGS) 7rawr_gen_CPPFLAGS = -std=c++11
8rawr_ebooks_CPPFLAGS = $(LIBTWITCURL_CFLAGS) $(YAML_CFLAGS) -std=c++11
8rawr_ebooks_LDADD = $(LIBTWITCURL_LIBS) $(YAML_LIBS) \ No newline at end of file 9rawr_ebooks_LDADD = $(LIBTWITCURL_LIBS) $(YAML_LIBS) \ No newline at end of file