mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-09 03:08:31 +01:00
22 lines
368 B
Makefile
22 lines
368 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# $Id: //poco/1.7/DNSSD/Avahi/Makefile#1 $
|
||
|
#
|
||
|
# Makefile for Poco DNSSD Avahi
|
||
|
#
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/global
|
||
|
|
||
|
SYSLIBS += -lavahi-common -lavahi-client
|
||
|
|
||
|
objects = \
|
||
|
AvahiResponderImpl AvahiBrowserImpl
|
||
|
|
||
|
target = PocoDNSSDAvahi
|
||
|
target_version = 1
|
||
|
target_libs = PocoNet PocoDNSSD PocoFoundation
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/lib
|
||
|
|