From 9b3e31a029619f800d293b6efd785a5c898ac2f4 Mon Sep 17 00:00:00 2001 From: yanmorin <yanmorin> Date: Wed, 5 Oct 2005 13:26:14 +0000 Subject: [PATCH] Clean zeroconf dir if --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 94f9b42afc..c670e9231c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \ -- GitLab