mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
3e49bcfc01
Original commit message from CVS: Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface.
10 lines
272 B
Makefile
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)
|
|
|