summaryrefslogtreecommitdiffstats
path: root/strpool
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-05-20 23:58:07 +0200
committerLennart Poettering <lennart@poettering.net>2012-05-20 23:58:07 +0200
commitb71035ce89480ed66ce855dd0923a5f3371aa0cd (patch)
tree3a97317beeddd24ddaf48b138920260d0448fe2a /strpool
parentdf1d4d55e45406f97a139586f25f31bf18e5b8ff (diff)
build-sys: modernize build system
Diffstat (limited to 'strpool')
-rw-r--r--strpool/Makefile.am5
1 files changed, 2 insertions, 3 deletions
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 @@
# <http://www.gnu.org/licenses/>.
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
-