summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 9166b4a..3bce099 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = src data
+SUBDIRS = data src
diff --git a/configure.ac b/configure.ac
index 52da2ca..8e09c86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,8 +48,8 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AC_OUTPUT([
Makefile
-src/Makefile
data/data.h
data/Makefile
+src/Makefile
])