mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
more distcheck fixes
Original commit message from CVS: more distcheck fixes
This commit is contained in:
parent
6187c53e5f
commit
ef5b79cf29
2 changed files with 6 additions and 8 deletions
|
@ -291,5 +291,6 @@ DIST_SUBDIRS= \
|
|||
swfdec \
|
||||
soundtouch \
|
||||
taglib \
|
||||
theora \
|
||||
wavpack \
|
||||
xvid
|
||||
|
|
|
@ -1,16 +1,13 @@
|
|||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libgstxine.la
|
||||
|
||||
libgstxine_la_SOURCES = \
|
||||
xine.c \
|
||||
xineaudiodec.c \
|
||||
xineaudiosink.c \
|
||||
xinecaps.c \
|
||||
libgstxine_la_SOURCES = \
|
||||
xine.c \
|
||||
xineaudiodec.c \
|
||||
xineaudiosink.c \
|
||||
xinecaps.c \
|
||||
xineinput.c
|
||||
libgstxine_la_CFLAGS = $(GST_CFLAGS) $(XINE_CFLAGS)
|
||||
libgstxine_la_LIBADD = $(XINE_LIBS)
|
||||
libgstxine_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstxine.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue