gstreamer/gst-libs/gst/xoverlay/Makefile.am
David Schleef bd1fdba49f 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.
2003-10-30 02:36:42 +00:00

10 lines
272 B
Makefile

libgstinterfacesincludedir = \
$(includedir)/gstreamer-@GST_MAJORMINOR@/gst/xoverlay
libgstinterfacesinclude_HEADERS = xoverlay.h
noinst_LTLIBRARIES = libgstxoverlay.la
libgstxoverlay_la_SOURCES = xoverlay.c
libgstxoverlay_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS)