From e40bc3dfa0450786ff5ca86672337156d939d824 Mon Sep 17 00:00:00 2001 From: Thomas Ries Date: Sat, 6 Mar 2004 10:38:32 +0000 Subject: [PATCH] - use AM_CFLAGS instead of CFLAGS --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 12fb566..594f6e9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,7 +19,7 @@ # -CFLAGS =@CFLAGS@ -Wall -DBUILDSTR=\"`cat .buildno`\" -D_GNU_SOURCE +AM_CFLAGS = -Wall -DBUILDSTR=\"`cat .buildno`\" -D_GNU_SOURCE sbin_PROGRAMS = siproxd siproxd_SOURCES = siproxd.c proxy.c register.c sock.c utils.c \