summaryrefslogtreecommitdiffstats
path: root/gst/dvdspu
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-08-27 14:41:01 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-08-27 14:41:01 +0000
commit593b4c1af00d5af5377e5aa8d7ded7a4bed06ba1 (patch)
treefbb1f79ac917ce1965441c4159b464910128664b /gst/dvdspu
parent077f84ac1f89770faf8b8af7c0856ec765906a89 (diff)
downloadgst-plugins-bad-593b4c1af00d5af5377e5aa8d7ded7a4bed06ba1.tar.gz
gst-plugins-bad-593b4c1af00d5af5377e5aa8d7ded7a4bed06ba1.tar.bz2
gst-plugins-bad-593b4c1af00d5af5377e5aa8d7ded7a4bed06ba1.zip
gst/dvdspu/Makefile.am: Commit the makefile too.
Original commit message from CVS: * gst/dvdspu/Makefile.am: Commit the makefile too.
Diffstat (limited to 'gst/dvdspu')
-rw-r--r--gst/dvdspu/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/gst/dvdspu/Makefile.am b/gst/dvdspu/Makefile.am
new file mode 100644
index 00000000..ad2b17da
--- /dev/null
+++ b/gst/dvdspu/Makefile.am
@@ -0,0 +1,12 @@
+
+plugin_LTLIBRARIES = libgstdvdspu.la
+
+libgstdvdspu_la_SOURCES = gstdvdspu.c gstdvdspu-render.c
+
+libgstdvdspu_la_CFLAGS = $(GST_CFLAGS)
+libgstdvdspu_la_LIBADD =
+libgstdvdspu_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+
+noinst_HEADERS = gstdvdspu.h
+
+EXTRA_DIST = Notes.txt