diff options
author | David Schleef <ds@schleef.org> | 2003-10-30 02:32:00 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-10-30 02:32:00 +0000 |
commit | c186da6a66001e3de61d53212c708fd2e6cab5d2 (patch) | |
tree | 1e7ccb448c4d70f02d954f4b0834eb95fcbdd15a /gst-libs/gst/propertyprobe/Makefile.am | |
parent | 9a998ef46cb44bb0041c64d180acfe61e7f093d9 (diff) | |
download | gst-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.am | 9 |
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) + |