From 3e49bcfc01fcb2a46935f528fa2dccfeaf29803a Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 30 Oct 2003 02:36:42 +0000 Subject: Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface. Original commit message from CVS: Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface. --- gst-libs/gst/xoverlay/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gst-libs/gst/xoverlay') diff --git a/gst-libs/gst/xoverlay/Makefile.am b/gst-libs/gst/xoverlay/Makefile.am index 184d505f..321af7ec 100644 --- a/gst-libs/gst/xoverlay/Makefile.am +++ b/gst-libs/gst/xoverlay/Makefile.am @@ -3,9 +3,8 @@ libgstinterfacesincludedir = \ libgstinterfacesinclude_HEADERS = xoverlay.h -lib_LTLIBRARIES = libgstxoverlay.la +noinst_LTLIBRARIES = libgstxoverlay.la libgstxoverlay_la_SOURCES = xoverlay.c -libgstxoverlay_la_LIBADD = libgstxoverlay_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS) -libgstxoverlay_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + -- cgit v1.2.1