From 2173095144bf35ef1e8b1c7b04d77b01399e5876 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Mon, 28 Oct 2002 12:59:51 +0000 Subject: Fix an automake-1.7.1 warning. Automake 1.7.1 complains that our Makefile.am shouldn't override CFLAGS and suggests we use AM_CFLAGS instead. CFLAGS is not needed here, apparently - so away with it. CVS patchset: 3067 CVS date: 2002/10/28 12:59:51 --- src/libxineadec/gsm610/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libxineadec/gsm610/Makefile.am b/src/libxineadec/gsm610/Makefile.am index ffd8b18e1..4076efc55 100644 --- a/src/libxineadec/gsm610/Makefile.am +++ b/src/libxineadec/gsm610/Makefile.am @@ -2,9 +2,6 @@ ## Process this file with automake to produce Makefile.in ## -CFLAGS = @CFLAGS@ -ASFLAGS = - LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic noinst_LTLIBRARIES = libgsm610.la -- cgit v1.2.3