summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubosz Sarnecki <lubosz@gmail.com>2013-08-02 14:15:48 +0200
committerTim-Philipp Müller <tim@centricular.net>2013-08-07 14:08:06 +0100
commit3a6cdb805b2e118e09ede30e9cecbcec0db4a9c0 (patch)
treef455c18dde036fb435e47dec92c72a4db14f2af4
parent8577e8e03f4cb5a73c2fdb6d899853fcac4d5590 (diff)
build: add subdir-objects to AM_INIT_AUTOMAKE
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b87a069..c7cc9d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_INIT(GStreamer OpenGL Plug-ins, 0.11.0.1,
AG_GST_INIT
dnl initialize automake
-AM_INIT_AUTOMAKE([-Wno-portability 1.10])
+AM_INIT_AUTOMAKE([-Wno-portability 1.10 subdir-objects])
dnl define PACKAGE_VERSION_* variables
AS_VERSION