From 593b4c1af00d5af5377e5aa8d7ded7a4bed06ba1 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 27 Aug 2007 14:41:01 +0000 Subject: gst/dvdspu/Makefile.am: Commit the makefile too. Original commit message from CVS: * gst/dvdspu/Makefile.am: Commit the makefile too. --- ChangeLog | 5 +++++ gst/dvdspu/Makefile.am | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 gst/dvdspu/Makefile.am diff --git a/ChangeLog b/ChangeLog index 80fea138..2d31eae7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-27 Jan Schmidt + + * gst/dvdspu/Makefile.am: + Commit the makefile too. + 2007-08-27 Jan Schmidt * configure.ac: 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 -- cgit v1.2.1