mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
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:
parent
077f84ac1f
commit
593b4c1af0
2 changed files with 17 additions and 0 deletions
|
@ -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
12
gst/dvdspu/Makefile.am
Normal 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
|
Loading…
Reference in a new issue