From 8de3134bf2cd26ff81359df703e5fbc6280448d7 Mon Sep 17 00:00:00 2001 From: Feffernoose Date: Tue, 1 Oct 2013 18:15:22 -0400 Subject: Wrote program --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 127042a..c5b52ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,4 +2,6 @@ AUTOMAKE_OPTIONS = subdir-objects ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} bin_PROGRAMS = rawr-ebooks -rawr_ebooks_SOURCES = main.cpp \ No newline at end of file +rawr_ebooks_SOURCES = main.cpp kgramstats.cpp +AM_CPPFLAGS = $(LIBTWITCURL_CFLAGS) $(YAML_CFLAGS) +rawr_ebooks_LDADD = $(LIBTWITCURL_LIBS) $(YAML_LIBS) \ No newline at end of file -- cgit 1.4.1