diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-07-05 15:26:56 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-07-05 15:26:56 +0000 |
commit | 1db676c6e4eb7089ad0ca69c9644abcac5794b7a (patch) | |
tree | 5f90c009ca27d198b81f755bd29ce8346159395e /configure.ac | |
parent | 4f69c09968b5a15853fd0952933c7f9a831779d4 (diff) | |
download | gst-plugins-bad-1db676c6e4eb7089ad0ca69c9644abcac5794b7a.tar.gz gst-plugins-bad-1db676c6e4eb7089ad0ca69c9644abcac5794b7a.tar.bz2 gst-plugins-bad-1db676c6e4eb7089ad0ca69c9644abcac5794b7a.zip |
fix disting and spec file
Original commit message from CVS:
fix disting and spec file
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f351af22..254f2505 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,6 @@ dnl AC_SUBST(GETTEXT_PACKAGE) dnl AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE", dnl [gettext package name]) - dnl decide on error flags AS_COMPILER_FLAG(-Wall, GST_WALL="yes", GST_WALL="no") @@ -433,7 +432,8 @@ GST_CHECK_FEATURE(ESD, [esound plug-ins], esdsink, [ ]) ]) -GST_CFLAGS="$GST_CFLAGS $GST_ERROR" +dnl also add builddir include for enumtypes and marshal +GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GST_ERROR" AC_SUBST(GST_LIBS) AC_SUBST(GST_CFLAGS) @@ -500,6 +500,8 @@ gst/smpte/Makefile gst/udp/Makefile gst/videobox/Makefile gst/videofilter/Makefile +gst-libs/Makefile +gst-libs/gst/Makefile sys/Makefile ext/Makefile ext/aalib/Makefile |