From 63349a6230304a7f1aa34a4c96e4873f86bf39c5 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 15 Feb 2013 18:18:07 -0500 Subject: Split Makefile.am in recursively-included files. The modular maintenance benefits of recursive make without any of the problems of recursive make! --- (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..ac515cc --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,10 @@ +include $(top_srcdir)/src/resources/Makefile.am + +src_SOURCES = \ + src/main.c \ + src/init.c \ + src/logging.c \ + src/base64.c \ + src/compression.c \ + src/tmx.c \ + $(src_resources_SOURCES) -- cgit v0.9.1