diff options
author | Martin Szulecki | 2009-12-30 20:36:37 +0100 |
---|---|---|
committer | Martin Szulecki | 2009-12-30 20:36:37 +0100 |
commit | 4c043f40d9bb7071513c0fd61e6fda998c2a0c48 (patch) | |
tree | 57dd3126a4bb4771556e8658a315bf3962899b0a | |
parent | 399950260e0a95cbd5d170da04231ffb31e1d4c9 (diff) | |
download | sbmanager-4c043f40d9bb7071513c0fd61e6fda998c2a0c48.tar.gz sbmanager-4c043f40d9bb7071513c0fd61e6fda998c2a0c48.tar.bz2 |
Let make process the data directory first
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
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 ]) |