gstreamer/gst-libs/gst/propertyprobe/Makefile.am

10 lines
287 B
Makefile
Raw Normal View History

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)