include $(GNUSTEP_MAKEFILES)/common.make

BUNDLE_NAME = Fonts
BUNDLE_EXTENSION = .prefs

BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/GNUMail

Fonts_RESOURCE_FILES = fonts.tiff

Fonts_OBJC_FILES = \
	FontsView.m \
	FontsViewController.m

Fonts_HEADERS = \
	FontsView.h \
	FontsViewController.h

Fonts_PRINCIPAL_CLASS = \
	FontsViewController

ADDITIONAL_OBJCFLAGS = -Wall

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

include $(GNUSTEP_MAKEFILES)/bundle.make

-include GNUmakefile.postamble
