mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
[fix] remove crypto from tests/Makefile.am
This commit is contained in:
parent
5604b6f946
commit
164b1a4027
|
@ -40,14 +40,7 @@ kvazaar_tests_LDFLAGS = -static $(top_builddir)/src/libkvazaar.la $(LIBS)
|
|||
# This makes sure that CXXLD gets defined.
|
||||
nodist_EXTRA_kvazaar_tests_SOURCES = cpp.cpp
|
||||
|
||||
if USE_CRYPTOPP
|
||||
XFAIL_TESTS = \
|
||||
test_external_symbols.sh
|
||||
kvazaar_tests_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(kvazaar_tests_CFLAGS) $(CXXFLAGS) \
|
||||
$(kvazaar_tests_LDFLAGS) $(LDFLAGS) -o $@
|
||||
else
|
||||
kvazaar_tests_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(kvazaar_tests_CFLAGS) $(CFLAGS) \
|
||||
$(kvazaar_tests_LDFLAGS) $(LDFLAGS) -o $@
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue