mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
bd1fdba49f
Original commit message from CVS: Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface.
8 lines
280 B
Makefile
8 lines
280 B
Makefile
noinst_LTLIBRARIES = libgstnavigation.la
|
|
|
|
libgstnavigation_la_SOURCES = navigation.c
|
|
|
|
libgstnavigationincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/navigation
|
|
libgstnavigationinclude_HEADERS = navigation.h
|
|
|
|
libgstnavigation_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS)
|