From f5ecd05e2a24a0b59a8582514a538056429553e6 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 1 Mar 2004 23:20:52 +0000 Subject: 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 --- ChangeLog | 5 +++++ gst-libs/gst/xwindowlistener/Makefile.am | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 54a9b78c..98be8d6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-02 Thomas Vander Stichele + + * gst-libs/gst/xwindowlistener/Makefile.am: + this is a plugin library, not a library + 2004-03-01 David Schleef * AUTHORS: Added some names. Add yourself if you're still 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) -- cgit v1.2.1