mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
Merge pull request #195 from dalgaaf/wip-da-fix-make
Makefile.am: fix build of ceph_test_cors Reviewed-by: Sage Weil <sage@inktank.com>
This commit is contained in:
commit
17a38593d6
@ -883,7 +883,7 @@ check_PROGRAMS += unittest_texttable
|
||||
if WITH_RADOSGW
|
||||
ceph_test_cors_SOURCES = test/test_cors.cc
|
||||
ceph_test_cors_LDFLAGS = libglobal.la
|
||||
ceph_test_cors_LDADD = librados.la librgw.a ${UNITTEST_LDADD} ${UNITTEST_STATIC_LDADD} -lcryptopp -lcurl -luuid -lexpat
|
||||
ceph_test_cors_LDADD = librados.la librgw.a ${UNITTEST_LDADD} ${UNITTEST_STATIC_LDADD} $(CRYPTO_LIBS) -lcurl -luuid -lexpat
|
||||
ceph_test_cors_CXXFLAGS = ${AM_CXXFLAGS} ${UNITTEST_CXXFLAGS}
|
||||
bin_DEBUGPROGRAMS += ceph_test_cors
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user