gst/dvdspu/Makefile.am: Commit the makefile too.

Original commit message from CVS:
* gst/dvdspu/Makefile.am:
Commit the makefile too.
This commit is contained in:
Jan Schmidt 2007-08-27 14:41:01 +00:00
parent 077f84ac1f
commit 593b4c1af0
2 changed files with 17 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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:

12
gst/dvdspu/Makefile.am Normal file
View file

@ -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