about summary refs log tree commit diff stats
path: root/Makefile.am
blob: 299dc10226f76fd1020b368b3e0fe2cbf37a59f4 (plain) (blame)
1
2
3
4
5
6
7
8
AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}

bin_PROGRAMS = rawr-ebooks rawr-gen
rawr_ebooks_SOURCES = ebooks.cpp kgramstats.cpp freevars.cpp
rawr_gen_SOURCES = gen.cpp kgramstats.cpp freevars.cpp
rawr_ebooks_CPPFLAGS = $(LIBTWITCURL_CFLAGS) $(YAML_CFLAGS)
rawr_ebooks_LDADD = $(LIBTWITCURL_LIBS) $(YAML_LIBS)