mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
autotools: fix dependency declaration
Change-Id: Ib1eb25f11fccd51424012bb11d5e8586fcc8e575
This commit is contained in:

committed by
Sébastien Blin

parent
cb5b3bd29d
commit
35d4ffc9c1
@ -2,7 +2,8 @@
|
||||
include $(top_srcdir)/globals.mk
|
||||
|
||||
AM_CXXFLAGS += -I$(top_srcdir)/src
|
||||
AM_LDFLAGS += $(CPPUNIT_LIBS) $(top_builddir)/src/libring.la
|
||||
AM_LDFLAGS += $(CPPUNIT_LIBS)
|
||||
LDADD = $(top_builddir)/src/libring.la
|
||||
check_PROGRAMS =
|
||||
|
||||
####### Unit Test ########
|
||||
@ -18,14 +19,12 @@ ut_account_factory_SOURCES = account_factory/testAccount_factory.cpp common.cpp
|
||||
#
|
||||
check_PROGRAMS += ut_certstore
|
||||
ut_certstore_SOURCES = certstore.cpp common.cpp
|
||||
ut_certstore_LDADD = @OPENDHT_LIBS@
|
||||
|
||||
#
|
||||
# scheduler
|
||||
#
|
||||
check_PROGRAMS += ut_scheduler
|
||||
ut_scheduler_SOURCES = scheduler.cpp common.cpp
|
||||
ut_scheduler_LDADD = @OPENDHT_LIBS@
|
||||
|
||||
#
|
||||
# base64
|
||||
|
Reference in New Issue
Block a user