Files
jami-daemon/test/Makefile.am
Olivier Dion a6ce32567a contrib: Add Guile 3.0.7
Change-Id: I5340a0215512be416a618c526f8a0962c8401087
2021-07-23 09:39:23 -04:00

10 lines
117 B
Makefile

SUBDIRS = unitTest
SUBDIRS += sip
if ENABLE_FUZZING
SUBDIRS += fuzzing
endif
if ENABLE_AGENT
SUBDIRS += agent
endif