include $(GNUSTEP_MAKEFILES)/common.make

BUNDLE_NAME = Sending
BUNDLE_EXTENSION = .prefs

BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/GNUMail

Sending_RESOURCE_FILES = MailIcon_send.tiff

Sending_OBJC_FILES = \
	SendingView.m \
	SendingViewController.m \
	TransportMethodEditorWindow.m \
	TransportMethodEditorWindowController.m

Sending_HEADERS = \
	SendingView.h \
	SendingViewController.h \
	TransportMethodEditorWindow.h \
	TransportMethodEditorWindowController.h

Sending_PRINCIPAL_CLASS = \
	SendingViewController

ADDITIONAL_OBJCFLAGS = -Wall

ADDITIONAL_INCLUDE_DIRS += -I../.. -I../../GNUMail/

include $(GNUSTEP_MAKEFILES)/bundle.make

-include GNUmakefile.postamble
