mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
593b4c1af0
Original commit message from CVS: * gst/dvdspu/Makefile.am: Commit the makefile too.
12 lines
263 B
Makefile
12 lines
263 B
Makefile
|
|
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
|