about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-01-24 17:21:01 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-01-24 17:21:01 -0500
commit5151a32192f3efdf3efb6c54f703a8f9ba83335a (patch)
tree49a745a22fc5c3096a3ce8eaf7a3b6f562bade9c /Makefile.am
parent661372d239e939947324605bce0864155da0a73e (diff)
downloadrawr-ebooks-5151a32192f3efdf3efb6c54f703a8f9ba83335a.tar.gz
rawr-ebooks-5151a32192f3efdf3efb6c54f703a8f9ba83335a.tar.bz2
rawr-ebooks-5151a32192f3efdf3efb6c54f703a8f9ba83335a.zip
switched to cmake
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 5f6199b..0000000 --- a/Makefile.am +++ /dev/null
@@ -1,8 +0,0 @@
1AUTOMAKE_OPTIONS = subdir-objects
2ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
3
4bin_PROGRAMS = rawr-ebooks rawr-gen
5rawr_ebooks_SOURCES = ebooks.cpp kgramstats.cpp freevars.cpp malaprop.cpp
6rawr_gen_SOURCES = gen.cpp kgramstats.cpp freevars.cpp malaprop.cpp
7rawr_ebooks_CPPFLAGS = $(LIBTWITCURL_CFLAGS) $(YAML_CFLAGS)
8rawr_ebooks_LDADD = $(LIBTWITCURL_LIBS) $(YAML_LIBS) \ No newline at end of file