From b71035ce89480ed66ce855dd0923a5f3371aa0cd Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 20 May 2012 23:58:07 +0200 Subject: build-sys: modernize build system --- strpool/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'strpool') diff --git a/strpool/Makefile.am b/strpool/Makefile.am index 6170754..b041cea 100644 --- a/strpool/Makefile.am +++ b/strpool/Makefile.am @@ -17,12 +17,11 @@ # . CC = @CC_FOR_BUILD@ -CFLAGS = @BUILD_CFLAGS@ -LDFLAGS = @BUILD_LDFLAGS@ +AM_CFLAGS = @BUILD_CFLAGS@ +AM_LDFLAGS = @BUILD_LDFLAGS@ noinst_PROGRAMS = \ strpool strpool_SOURCES = \ ../strpool.c - -- cgit