summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/propertyprobe/Makefile.am
diff options
context:
space:
mode:
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)
+