gst/app/Makefile.am: Fix CFLAGS and hopefully #430594.
authorTim-Philipp Müller <tim@centricular.net>
Tue, 17 Apr 2007 10:56:37 +0000 (10:56 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 17 Apr 2007 10:56:37 +0000 (10:56 +0000)
Original commit message from CVS:
* gst/app/Makefile.am:
Fix CFLAGS and hopefully #430594.

ChangeLog
gst/app/Makefile.am

index 52075a8..8dddf1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
 
+       * gst/app/Makefile.am:
+         Fix CFLAGS and hopefully #430594.
+
+2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
+
        * gst/nsf/types.h:
          Rename #ifndef header guard symbol to something less generic, so
          types.h doesn't get skipped over when compiling on MingW. Include
index d9b9d0d..8f2907e 100644 (file)
@@ -1,9 +1,7 @@
 plugin_LTLIBRARIES = libgstapp.la
 
 libgstapp_la_SOURCES = gstapp.c
-libgstapp_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
-       $(GST_PLUGINS_BASE_CFLAGS) \
-       $(top_srcdir)/gst-libs/
+libgstapp_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
 libgstapp_la_LIBADD = $(GST_BASE_LIBS) $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_MAJORMINOR@.la
 libgstapp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)