mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
10 lines
117 B
Makefile
10 lines
117 B
Makefile
SUBDIRS = unitTest
|
|
SUBDIRS += sip
|
|
if ENABLE_FUZZING
|
|
SUBDIRS += fuzzing
|
|
endif
|
|
|
|
if ENABLE_AGENT
|
|
SUBDIRS += agent
|
|
endif
|