gstreamer/gst-libs/gst/propertyprobe/Makefile.am
David Schleef c186da6a66 First attempt (actually third) at a property probing interface
Original commit message from CVS:
First attempt (actually third) at a property probing interface
2003-10-30 02:32:00 +00:00

9 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)