From 2e177ca191b7bc8ef00459e7e7f9de398b8ba93c Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 25 Feb 2004 14:38:59 +0000 Subject: [PATCH] use AM_CFLAGS and AM_LDFLAGS for the recent automake. --- Makefile.am | 1 + test/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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= -- 2.47.1