summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-04-07 16:46:09 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-04-07 16:46:09 +0000
commite8f38e68ebcab33b10278c22f494a896735e279f (patch)
tree34772ac5fd1bed70d38abfe879eb984c86ccc98f
parent0fe21cf744c361e99561c7ecdd3fb62e9498d4bc (diff)
downloadgst-plugins-bad-e8f38e68ebcab33b10278c22f494a896735e279f.tar.gz
gst-plugins-bad-e8f38e68ebcab33b10278c22f494a896735e279f.tar.bz2
gst-plugins-bad-e8f38e68ebcab33b10278c22f494a896735e279f.zip
Fixes #104282
Original commit message from CVS: Fixes #104282
-rw-r--r--ext/arts/Makefile.am17
1 files changed, 1 insertions, 16 deletions
diff --git a/ext/arts/Makefile.am b/ext/arts/Makefile.am
index 6f281da6..48af875c 100644
--- a/ext/arts/Makefile.am
+++ b/ext/arts/Makefile.am
@@ -2,11 +2,6 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstarts.la
-
-## we wrap parts of this Makefile.am in a USE_ so that we won't run
-## mcopidl during make distcheck when it isn't on the system
-
-if USE_ARTS
SUFFIXES = .idl
.idl.cc:
mcopidl -t $< $(ARTS_CXXFLAGS)
@@ -14,12 +9,7 @@ SUFFIXES = .idl
# mcopidl Extension Expansion Technology clean up
CLEANFILES = gst_artsio.h gst_artsio.cc gst_artsio.mcopclass gst_artsio.mcoptype
-# FIXME automake 1.4 hack, 1.5 should let us put the .idl in
-# _SOURCES at which point the follow can be removed
-
-gst_artsio_impl.lo: gst_artsio.cc
-
-libgstarts_la_SOURCES = gst_arts.c gst_artsio.cc gst_artsio_impl.cc
+libgstarts_la_SOURCES = gst_arts.c gst_artsio.idl gst_artsio_impl.cc
libgstarts_la_CFLAGS = $(GST_CFLAGS)
libgstarts_la_CXXFLAGS = $(ARTS_CXXFLAGS) $(GST_CFLAGS)
libgstarts_la_LIBADD = $(ARTS_LIBS) -lartsflow -lartsflow_idl
@@ -28,9 +18,4 @@ libgstarts_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
dist-hook:
rm -f $(distdir)/gst_artsio.cc
-EXTRA_DIST = gst_artsio.idl
-else
-EXTRA_DIST = gst_arts.c gst_artsio.idl gst_artsio_impl.cc
-endif
-
noinst_HEADERS = gst_arts.h gst_artsio_impl.h