include $(GNUSTEP_MAKEFILES)/common.make

BUNDLE_NAME = TCPSSLConnection
BUNDLE_EXTENSION = .bundle

BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/Pantomime

TCPSSLConnection_OBJC_FILES = \
	TCPSSLConnection.m

TCPSSLConnection_HEADERS = \
	TCPSSLConnection.h

TCPSSLConnection_PRINCIPAL_CLASS = \
	TCPSSLConnection

ADDITIONAL_INCLUDE_DIRS = -I../../Headers
ADDITIONAL_OBJCFLAGS = -Wall -Wno-import
ADDITIONAL_LDFLAGS = -lssl -lcrypto

include $(GNUSTEP_MAKEFILES)/bundle.make

-include GNUmakefile.postamble
