summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--data/local.mk (renamed from data/Makefile.am)4
-rw-r--r--data/maps/local.mk (renamed from data/maps/Makefile.am)0
-rw-r--r--data/tilesets/local.mk (renamed from data/tilesets/Makefile.am)0
-rw-r--r--src/local.mk (renamed from src/Makefile.am)2
-rw-r--r--src/resources/local.mk (renamed from src/resources/Makefile.am)0
6 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 8d31ee7..e263ead 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,8 +2,8 @@ bin_PROGRAMS = sdlex
AM_CPPFLAGS =
-include $(top_srcdir)/src/Makefile.am
-include $(top_srcdir)/data/Makefile.am
+include $(top_srcdir)/src/local.mk
+include $(top_srcdir)/data/local.mk
sdlex_SOURCES = $(src_SOURCES)
diff --git a/data/Makefile.am b/data/local.mk
index 43a7093..cf65b15 100644
--- a/data/Makefile.am
+++ b/data/local.mk
@@ -1,5 +1,5 @@
-include $(top_srcdir)/data/maps/Makefile.am
-include $(top_srcdir)/data/tilesets/Makefile.am
+include $(top_srcdir)/data/maps/local.mk
+include $(top_srcdir)/data/tilesets/local.mk
clean-local-data: clean-local-data-tilesets
distclean-local-data: distclean-local-data-tilesets
diff --git a/data/maps/Makefile.am b/data/maps/local.mk
index b86328a..b86328a 100644
--- a/data/maps/Makefile.am
+++ b/data/maps/local.mk
diff --git a/data/tilesets/Makefile.am b/data/tilesets/local.mk
index e2c4b13..e2c4b13 100644
--- a/data/tilesets/Makefile.am
+++ b/data/tilesets/local.mk
diff --git a/src/Makefile.am b/src/local.mk
index 25a3c12..ccad926 100644
--- a/src/Makefile.am
+++ b/src/local.mk
@@ -1,4 +1,4 @@
-include $(top_srcdir)/src/resources/Makefile.am
+include $(top_srcdir)/src/resources/local.mk
src_SOURCES = \
src/main.c \
diff --git a/src/resources/Makefile.am b/src/resources/local.mk
index 5f70688..5f70688 100644
--- a/src/resources/Makefile.am
+++ b/src/resources/local.mk