diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2002-10-28 12:59:51 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2002-10-28 12:59:51 +0000 |
commit | 2173095144bf35ef1e8b1c7b04d77b01399e5876 (patch) | |
tree | abcb5dd8c0b0f1ee1aec90ce42e9aad68a7dae0e | |
parent | d78e58ea89f6222d6d6ada464be9d39ab3b66683 (diff) | |
download | xine-lib-2173095144bf35ef1e8b1c7b04d77b01399e5876.tar.gz xine-lib-2173095144bf35ef1e8b1c7b04d77b01399e5876.tar.bz2 |
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
-rw-r--r-- | src/libxineadec/gsm610/Makefile.am | 3 |
1 files changed, 0 insertions, 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 |