Remove duplicate flags.

This commit is contained in:
Dag-Erling Smørgrav 2017-04-26 13:07:56 +02:00
parent a610b40c7b
commit d43a6bf294
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ TESTS =
# c++ header test
TESTS += t_cxx
t_cxx_SOURCES = t_cxx.cc
t_cxx_CPPFLAGS = $(AM_CPPFLAGS)
t_cxx_CPPFLAGS =
t_cxx_LDADD =
if CRYB_CIPHER
t_cxx_CPPFLAGS += -DWITH_CRYB_CIPHER