summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/propertyprobe/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-10-30 02:32:00 +0000
committerDavid Schleef <ds@schleef.org>2003-10-30 02:32:00 +0000
commitc186da6a66001e3de61d53212c708fd2e6cab5d2 (patch)
tree1e7ccb448c4d70f02d954f4b0834eb95fcbdd15a /gst-libs/gst/propertyprobe/Makefile.am
parent9a998ef46cb44bb0041c64d180acfe61e7f093d9 (diff)
downloadgst-plugins-bad-c186da6a66001e3de61d53212c708fd2e6cab5d2.tar.gz
gst-plugins-bad-c186da6a66001e3de61d53212c708fd2e6cab5d2.tar.bz2
gst-plugins-bad-c186da6a66001e3de61d53212c708fd2e6cab5d2.zip
First attempt (actually third) at a property probing interface
Original commit message from CVS: First attempt (actually third) at a property probing interface
Diffstat (limited to 'gst-libs/gst/propertyprobe/Makefile.am')
-rw-r--r--gst-libs/gst/propertyprobe/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/gst-libs/gst/propertyprobe/Makefile.am b/gst-libs/gst/propertyprobe/Makefile.am
new file mode 100644
index 00000000..65f2bf4c
--- /dev/null
+++ b/gst-libs/gst/propertyprobe/Makefile.am
@@ -0,0 +1,9 @@
+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)
+