summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/xwindowlistener/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/xwindowlistener/Makefile.am')
-rw-r--r--gst-libs/gst/xwindowlistener/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/gst-libs/gst/xwindowlistener/Makefile.am b/gst-libs/gst/xwindowlistener/Makefile.am
deleted file mode 100644
index e11b59f1..00000000
--- a/gst-libs/gst/xwindowlistener/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-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_LDFLAGS = $(GST_PLUGIN_LDFLAGS)