diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/dvdspu/Makefile.am | 12 |
2 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-08-27 Jan Schmidt <thaytan@mad.scientist.com> + * gst/dvdspu/Makefile.am: + Commit the makefile too. + +2007-08-27 Jan Schmidt <thaytan@mad.scientist.com> + * configure.ac: * gst/dvdspu/.cvsignore: * gst/dvdspu/Notes.txt: 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 |