summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/xoverlay
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-02-08 13:35:42 +0000
committerBenjamin Otte <otte@gnome.org>2004-02-08 13:35:42 +0000
commit4e88b1b6a7f7d9d761c777d567276f1e262931cf (patch)
treea80d3fd91d5d501cd1650ee6cce88ab9d1f166c5 /gst-libs/gst/xoverlay
parentc3b1234f974a9fa4517e98f4b71c69148b7c2a42 (diff)
downloadgst-plugins-bad-4e88b1b6a7f7d9d761c777d567276f1e262931cf.tar.gz
gst-plugins-bad-4e88b1b6a7f7d9d761c777d567276f1e262931cf.tar.bz2
gst-plugins-bad-4e88b1b6a7f7d9d761c777d567276f1e262931cf.zip
gst-libs/gst/: remove unused GST_OPT_CFLAGS from Makefiles include X_CFLAGS and X_LIBS in xoverlay. (#131948)
Original commit message from CVS: 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst-libs/gst/colorbalance/Makefile.am: * gst-libs/gst/navigation/Makefile.am: * gst-libs/gst/xoverlay/Makefile.am: remove unused GST_OPT_CFLAGS from Makefiles include X_CFLAGS and X_LIBS in xoverlay. (#131948)
Diffstat (limited to 'gst-libs/gst/xoverlay')
-rw-r--r--gst-libs/gst/xoverlay/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-libs/gst/xoverlay/Makefile.am b/gst-libs/gst/xoverlay/Makefile.am
index 321af7ec..c7e2db35 100644
--- a/gst-libs/gst/xoverlay/Makefile.am
+++ b/gst-libs/gst/xoverlay/Makefile.am
@@ -6,5 +6,6 @@ libgstinterfacesinclude_HEADERS = xoverlay.h
noinst_LTLIBRARIES = libgstxoverlay.la
libgstxoverlay_la_SOURCES = xoverlay.c
-libgstxoverlay_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS)
+libgstxoverlay_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS)
+libgstxoverlay_la_LIBADD = $(X_LIBS)