From 6b32ca5b1a9e4e715dbcb17416f97f9c0a592146 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 5 Apr 2003 21:28:34 +0000 Subject: Remove automake-1.4 hack to get files to dist correctly. Fixes #104689. Original commit message from CVS: Remove automake-1.4 hack to get files to dist correctly. Fixes #104689. Doesn't need to go into 0.6.1, imo. --- ext/arts/Makefile.am | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'ext') diff --git a/ext/arts/Makefile.am b/ext/arts/Makefile.am index 1e6922a6..f83c285c 100644 --- a/ext/arts/Makefile.am +++ b/ext/arts/Makefile.am @@ -2,12 +2,6 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstarts.la -gst_artsio_impl.lo: gst_artsio.cc - -## 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) $< @@ -15,20 +9,12 @@ 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 - -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 libgstarts_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -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 dist-hook: -- cgit v1.2.1