From 56a80d09d34037ab8ba07e67e4dc7184fff94656 Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Fri, 31 Jan 2003 01:20:24 +0000 Subject: - Added debian into Makefile.am as a sub-directory rather than have the makefile variable. - Cleaned up Makefile.am (wine, goom, libxinevdec) - Cleaned up compiler warnings (libfaad) - Cleaned up header includes (libfaad, libdha) CVS patchset: 4053 CVS date: 2003/01/31 01:20:24 --- src/post/goom/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/post') diff --git a/src/post/goom/Makefile.am b/src/post/goom/Makefile.am index f0037b7af..50c91a316 100644 --- a/src/post/goom/Makefile.am +++ b/src/post/goom/Makefile.am @@ -9,7 +9,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic EXTRA_DIST = zoom_filter_mmx.c ppc_zoom_ultimate.s ## -fomit-frame-pointer segfaults here -CFLAGS = `echo @CFLAGS@ | sed -e 's/-fomit-frame-pointer//g'` +AM_CFLAGS = `echo @CFLAGS@ | sed -e 's/-fomit-frame-pointer//g'` libdir = $(XINE_PLUGINDIR)/post -- cgit v1.2.3