Skip to content
Snippets Groups Projects
Commit 9b3e31a0 authored by yanmorin's avatar yanmorin
Browse files

Clean zeroconf dir if
parent 39f952d2
Branches
No related tags found
No related merge requests found
......@@ -5,15 +5,17 @@ maintener_source =
endif
if USE_ZEROCONF
SUBDIRS = audio gui zeroconf config
ZEROCONFDIR = zeroconf
ZEROCONFLIB = zeroconf/libzeroconf.la
ZEROCONFFLAGS = -DUSE_ZEROCONF
else
SUBDIRS = audio gui config
ZEROCONFDIR =
ZEROCONFLIB =
ZEROCONFFLAGS =
endif
SUBDIRS = audio config gui $(ZEROCONFDIR)
sflphone_SOURCES = call.cpp eventthread.cpp error.cpp main.cpp sipvoiplink.cpp voIPLink.cpp \
sipcall.cpp managerimpl.cpp managerimpl.h manager.h global.h \
eventthread.h error.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment