From 2b1f8c3363ef667bc20f33bbb5a856a35f2591ba Mon Sep 17 00:00:00 2001 From: Feffernoose Date: Mon, 30 Sep 2013 20:20:45 -0400 Subject: Started automake stuff --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..127042a --- /dev/null +++ b/Makefile.am @@ -0,0 +1,5 @@ +AUTOMAKE_OPTIONS = subdir-objects +ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} + +bin_PROGRAMS = rawr-ebooks +rawr_ebooks_SOURCES = main.cpp \ No newline at end of file -- cgit 1.4.1