summaryrefslogtreecommitdiffstats
path: root/strpool/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'strpool/Makefile.am')
-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
-