mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
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
This commit is contained in:
parent
a39fdb1326
commit
efaac02d08
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst-libs/gst/xwindowlistener/Makefile.am:
|
||||
this is a plugin library, not a library
|
||||
|
||||
2004-03-01 David Schleef <ds@schleef.org>
|
||||
|
||||
* AUTHORS: Added some names. Add yourself if you're still
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue