summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-06-28 17:10:45 -0400
committerGaetan Nadon <memsize@videotron.ca>2011-07-05 16:39:32 -0400
commit9803edca13ed5b2531db71b1a151525733a6dd40 (patch)
treed283480f3e24bc44d1c880a59712baeb5a7e9bcc
parent414a6aac17d3afeed2db30f7990edbb81b244676 (diff)
Revert "build: create object files following the sources' structure."
This reverts commit dac624ad2b3a67ab93c11d8ee0a91b217fc1afe6. Acked-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--.gitignore1
-rw-r--r--configure.ac2
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 39e3f35..2f191c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -79,4 +79,3 @@ core
eventcomm-test
synclient
syndaemon
-.dirstamp \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index dfef591..e5427cd 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 subdir-objects])
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
# Initialize libtool