From: Takashi Iwai Date: Wed, 25 Feb 2004 14:38:59 +0000 (+0000) Subject: use AM_CFLAGS and AM_LDFLAGS for the recent automake. X-Git-Tag: v1.0.3~15 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=2e177ca191b7bc8ef00459e7e7f9de398b8ba93c;p=alsa-oss.git use AM_CFLAGS and AM_LDFLAGS for the recent automake. --- diff --git a/Makefile.am b/Makefile.am index 0e5db3b..d0fb72c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ ALSA_DIR = endif SUBDIRS = $(ALSA_DIR) oss-redir test +AUTOMAKE_OPTIONS = foreign dist-hook: echo $(VERSION) >> version diff --git a/test/Makefile.am b/test/Makefile.am index db7952f..aa1206a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -7,7 +7,7 @@ lmixer_SOURCES=lmixer.cc noinst_HEADERS = mixctl.h INCLUDES=-I$(top_srcdir)/oss-redir -CFLAGS=-static -Wall -pipe -g +AM_CFLAGS=-static -Wall -pipe -g EXTRA_DIST=