mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
10 lines
287 B
Makefile
10 lines
287 B
Makefile
|
noinst_LTLIBRARIES = libgstpropertyprobe.la
|
||
|
|
||
|
libgstpropertyprobe_la_SOURCES = propertyprobe.c
|
||
|
|
||
|
libgstpropertyprobeincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/propertyprobe
|
||
|
libgstpropertyprobeinclude_HEADERS = propertyprobe.h
|
||
|
|
||
|
libgstpropertyprobe_la_CFLAGS = $(GST_CFLAGS)
|
||
|
|