summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 7c85e10c0b..9480219db8 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -26,14 +26,14 @@ CC := @CC@
#
# Compilation flags for the C and C++ compilers.
#
-CPPFLAGS=@DEFS@
-CCFLAGS=@DEFS@
-LDFLAGS=@LDFLAGS@
+CPPFLAGS+=@DEFS@
+CCFLAGS+=@DEFS@
+LDFLAGS+=@LDFLAGS@
#
# Removed since it prevents the tests from working properly.
#
-#LIBS=@LIBS@
+#LIBS+=@LIBS@
#
# Libraries needed by tools