add missing CFLAGS to test_common
This commit is contained in:
parent
b86315de42
commit
25cb991e86
@ -18,6 +18,9 @@ test_common_SOURCES = \
|
||||
test_common_main.c \
|
||||
test_string_calls.c
|
||||
|
||||
test_common_CFLAGS = \
|
||||
@CHECK_CFLAGS@
|
||||
|
||||
test_common_LDADD = \
|
||||
$(top_builddir)/common/libcommon.la \
|
||||
@CHECK_LIBS@
|
||||
|
Loading…
Reference in New Issue
Block a user