From 5f86303727260550e7b77e34ccdbd61484005acf Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sun, 14 Sep 2014 01:05:25 +0300 Subject: [PATCH] COmpose CXXFLAGS for tests correctly. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index ca61b482..72acdd62 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -9,7 +9,7 @@ INCS = -I . \ DEFS = -DLINUX \ -DUSE_ABSTRACT_SETTINGS CFLAGS += -g3 -Wall -W -Wextra $(INCS) $(DEFS) -CXXFLAGS = $(CFLAGS) +CXXFLAGS += $(CFLAGS) LIBS = -lpthread PROG = tests -- 2.43.2