summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2010-02-12 21:15:16 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2010-02-15 11:08:22 +0100
commitf38b3c0410d06d6939da12139910eb7ce48af33b (patch)
tree24b3c0f5e1b62654f88f7fa3081c087d53a53f97
parenta511cbcd611c060a9c94a32c24e9de2ed69d89ba (diff)
downloadclutter-gst-f38b3c0410d06d6939da12139910eb7ce48af33b.tar.gz
build: Add the foreign option to automake
We don't really want automake to pull "random" files into the project
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c51271d..5c1cd24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_CONFIG_AUX_DIR([build/autotools])
AC_CONFIG_SRCDIR([clutter-gst/clutter-gst.h])
AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([1.9 -Wno-portability])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability foreign])
CLUTTER_GST_MAJOR_VERSION=clutter_gst_major_version
CLUTTER_GST_MINOR_VERSION=clutter_gst_minor_version