mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-21 21:25:50 +00:00
Remove duplicate flags.
This commit is contained in:
parent
a610b40c7b
commit
d43a6bf294
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue