20 lines
399 B
Makefile
Raw Normal View History

2006-12-22 10:06:10 +00:00
#
# Makefile
#
# $Id: //poco/Main/Net/samples/HTTPTimeServer/Makefile#1 $
#
# Makefile for Poco HTTPSTimeServer
#
include $(POCO_BASE)/build/rules/global
SYSLIBS += -lssl -lcrypto
2006-12-22 10:06:10 +00:00
objects = HTTPSTimeServer
target = HTTPSTimeServer
target_version = 1
2009-06-16 16:56:28 +00:00
target_libs = PocoNetSSL PocoCrypto PocoNet PocoUtil PocoXML PocoFoundation
2006-12-22 10:06:10 +00:00
include $(POCO_BASE)/build/rules/exec