include $(GNUSTEP_MAKEFILES)/common.make

BUNDLE_NAME = Account
BUNDLE_EXTENSION = .prefs

BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/GNUMail

Account_RESOURCE_FILES = account.tiff

Account_OBJC_FILES = \
	AccountView.m \
	AccountViewController.m \
	AccountEditorWindow.m \
	AccountEditorWindowController.m \
	PersonalView.m \
	ReceiveView.m \
	SendView.m \
	IMAPView.m \
	POP3View.m \
	UNIXView.m \
	MailboxesView.m

Account_HEADERS = \
	AccountView.h \
	AccountViewController.h \
	AccountEditorWindow.h \
	AccountEditorWindowController.h \
	PersonalView.h \
	ReceiveView.h \
	SendView.h \
	IMAPView.h \
	POP3View.h \
	UNIXView.h \
	MailboxesView.h


Account_PRINCIPAL_CLASS = \
	AccountViewController

ADDITIONAL_OBJCFLAGS = -Wall -Wno-import

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

include $(GNUSTEP_MAKEFILES)/bundle.make

-include GNUmakefile.postamble
