#
# Makefile
#
# $Id: //poco/1.4/UPnP/samples/NetworkLightController/Makefile#1 $
#
# Makefile for Poco UPnP NetworkLightController sample
#

include $(POCO_BASE)/build/rules/global

INCLUDE += -I../LightingControls_1/include

objects = NetworkLightController

target         = NetworkLightController
target_version = 1
target_libs    = LightingControls1 PocoUPnPSSDP PocoUPnPSOAP PocoUPnPGENA PocoUPnP PocoRemotingNG PocoNet PocoUtil PocoXML PocoFoundation

include $(POCO_BASE)/build/rules/exec

