summaryrefslogtreecommitdiffstats
path: root/gst/freeze/Makefile.am
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2006-02-13 17:02:09 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2006-02-13 17:02:09 +0000
commitef7b89f382dc536bae955a250d0dc85762fb4a74 (patch)
treea7d699ea0874870f9d303ba51b6d000a33b23228 /gst/freeze/Makefile.am
parent1ca7ef34c29c044f65901d3a7c14a2e5389b252f (diff)
downloadgst-plugins-bad-ef7b89f382dc536bae955a250d0dc85762fb4a74.tar.gz
gst-plugins-bad-ef7b89f382dc536bae955a250d0dc85762fb4a74.tar.bz2
gst-plugins-bad-ef7b89f382dc536bae955a250d0dc85762fb4a74.zip
I'm too lazy to comment this
Original commit message from CVS: freeze plugin ported to 0.10 by Renato Filho <renato.filho@indt.org.br>
Diffstat (limited to 'gst/freeze/Makefile.am')
-rw-r--r--gst/freeze/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/gst/freeze/Makefile.am b/gst/freeze/Makefile.am
new file mode 100644
index 00000000..66c37a67
--- /dev/null
+++ b/gst/freeze/Makefile.am
@@ -0,0 +1,11 @@
+plugin_LTLIBRARIES = libgstfreeze.la
+
+libgstfreeze_la_SOURCES = gstfreeze.c
+libgstfreeze_la_CFLAGS = $(GST_CFLAGS)
+libgstfreeze_la_LIBADD = ${GST_LIBS}
+libgstfreeze_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+
+noinst_HEADERS = gstfreeze.h
+
+EXTRA_DIST = FAQ
+