From efdc2a8305a6d9820b210bca8b7ff05e5fce040d Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Tue, 20 Nov 2007 18:06:23 +0100 Subject: [PATCH] makefile fix for reroute plugin --- plugins/reroute/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/reroute/Makefile.am b/plugins/reroute/Makefile.am index b92c29f1..a1bf8d6f 100644 --- a/plugins/reroute/Makefile.am +++ b/plugins/reroute/Makefile.am @@ -4,7 +4,7 @@ plugin_LTLIBRARIES += reroute.la reroute_la_LDFLAGS = -avoid-version -module -shared reroute_la_LIBADD = reroute_la_SOURCES = $(reroute_la_srcdir)/reroute.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) +reroute_la_AM_CXXFLAGS = $(LARGEFILE_CFLAGS) reroute_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -- 2.11.4.GIT