diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-01 23:20:52 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-01 23:20:52 +0000 |
commit | f5ecd05e2a24a0b59a8582514a538056429553e6 (patch) | |
tree | 9e430eee776d1934d3f863308802f378ab7f55e8 /gst-libs/gst | |
parent | 4484fa9197de92df00ff2f07996b88bdcd5570b4 (diff) | |
download | gst-plugins-bad-f5ecd05e2a24a0b59a8582514a538056429553e6.tar.gz gst-plugins-bad-f5ecd05e2a24a0b59a8582514a538056429553e6.tar.bz2 gst-plugins-bad-f5ecd05e2a24a0b59a8582514a538056429553e6.zip |
xwindowlistener is a plugin helper lib, not a full lib
Original commit message from CVS:
xwindowlistener is a plugin helper lib, not a full lib
Diffstat (limited to 'gst-libs/gst')
-rw-r--r-- | gst-libs/gst/xwindowlistener/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gst-libs/gst/xwindowlistener/Makefile.am b/gst-libs/gst/xwindowlistener/Makefile.am index a3a589ba..e11b59f1 100644 --- a/gst-libs/gst/xwindowlistener/Makefile.am +++ b/gst-libs/gst/xwindowlistener/Makefile.am @@ -1,11 +1,10 @@ -librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@ - -library_LTLIBRARIES = libgstxwindowlistener.la +plugin_LTLIBRARIES = libgstxwindowlistener.la libgstxwindowlistener_la_SOURCES = xwindowlistener.c libraryincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/xwindowlistener libraryinclude_HEADERS = xwindowlistener.h +libgstxwindowlistener_la_LIBADD =$(GST_LIBS) $(GST_PLUGIN_LIBS) $(X_LIBS) libgstxwindowlistener_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) -libgstxwindowlistener_la_LIBADD = $(GST_LIBS) $(GST_PLUGIN_LIBS) $(X_LIBS) +libgstxwindowlistener_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |