summaryrefslogtreecommitdiffstats
path: root/ext/xine
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-06 14:20:27 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-06 14:20:27 +0000
commitef5b79cf2956f3b0ad0c792bb8d2e0ca32a5cd54 (patch)
tree78279c7d810053e425d638b207282f394cf44f6a /ext/xine
parent6187c53e5fc419964ca0f4b9fb20774705950528 (diff)
downloadgst-plugins-bad-ef5b79cf2956f3b0ad0c792bb8d2e0ca32a5cd54.tar.gz
gst-plugins-bad-ef5b79cf2956f3b0ad0c792bb8d2e0ca32a5cd54.tar.bz2
gst-plugins-bad-ef5b79cf2956f3b0ad0c792bb8d2e0ca32a5cd54.zip
more distcheck fixes
Original commit message from CVS: more distcheck fixes
Diffstat (limited to 'ext/xine')
-rw-r--r--ext/xine/Makefile.am13
1 files changed, 5 insertions, 8 deletions
diff --git a/ext/xine/Makefile.am b/ext/xine/Makefile.am
index 7dd4d9c1..add49d94 100644
--- a/ext/xine/Makefile.am
+++ b/ext/xine/Makefile.am
@@ -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
-