aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2016-07-10 15:49:16 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2016-07-24 12:31:06 +0200
commitb3b42e8bc45e9b532247d76f811e720252f99ede (patch)
tree6f24a072f49a7b05165a8211b5c821e11c68877a /src
parenta6bd8412478126961b60e166d74044048cd18d04 (diff)
Cleanup warnings at autoconfig files
Diffstat (limited to 'src')
-rw-r--r--src/common/Makefile.am1
-rw-r--r--src/test/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index ab53e20..61ea605 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -1,3 +1,4 @@
+AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS = -Wall -g $(all_includes)
noinst_LIBRARIES = libcommon.a
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index 1404651..0a62340 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -1,3 +1,4 @@
+AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS = -Wall -g $(all_includes)
noinst_PROGRAMS = \