include $(GNUSTEP_MAKEFILES)/common.make

BUNDLE_NAME = Emoticon
BUNDLE_EXTENSION = .bundle

BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/GNUMail

Emoticon_RESOURCE_FILES = *.tiff

Emoticon_OBJC_FILES = \
	EmoticonController.m

Emoticon_HEADERS = \
	EmoticonController.h

Emoticon_PRINCIPAL_CLASS = \
	EmoticonController

ADDITIONAL_OBJCFLAGS = -Wall -Wno-import

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

include $(GNUSTEP_MAKEFILES)/bundle.make

-include GNUmakefile.postamble
