#
# Makefile
#
# $Id: //poco/1.3/Zeroconf/samples/discover/Makefile#4 $
#
# Makefile for Poco DateTime
#

include $(POCO_BASE)/build/rules/global

objects = discover MyDiscoveryListener MyDomainListener

STATICOPT_LINK = -ldns_sd

target         = discover
target_version = 1
target_libs    = PocoZeroconf PocoUtil PocoNet PocoFoundation

include $(POCO_BASE)/build/rules/exec
