From 8d9dd942e45cfcf2d0fa647a984f01b58fd5a7f0 Mon Sep 17 00:00:00 2001
From: Maxim Mamontov <faust.madf@gmail.com>
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.44.2