#
# Makefile
#
# $Id: //poco/1.3/OSP/samples/BundleServer/Makefile#4 $
#
# Makefile for Poco BundleServer
#

include $(POCO_BASE)/build/rules/global

objects = BundleServer

target         = BundleServer
target_version = 1
target_libs    = PocoFoundation PocoXML PocoUtil PocoOSP

include $(POCO_BASE)/build/rules/exec
