summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2f191c3..39e3f35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -79,3 +79,4 @@ core
eventcomm-test
synclient
syndaemon
+.dirstamp \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index e5427cd..dfef591 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(.)
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
AM_MAINTAINER_MODE
# Initialize libtool