
include $(GNUSTEP_MAKEFILES)/common.make

ADDITIONAL_OBJCFLAGS = -Wall -Wno-import

APP_NAME = RSSReader
RSSReader_OBJC_FILES = RSSReaderMain.m MyDelegate.m RSSReaderToolbarDelegate.m SplitDelegate.m RSSFeed.m RSSArticle.m RSSFeedList.m xmlparse.m HTTPFetcher.m RSSReaderAddWindowDelegate.m RSSReaderRemWindowDelegate.m
RSSReader_RESOURCE_FILES = RSSReader.png toolbar_add.png toolbar_remove.png toolbar_refresh.png toolbar_web.png
RSSReader_APPLICATION_ICON = RSSReader.png

RSSReader_TOOL_LIBS = $(shell xml2-config --libs)

RSSReader_INCLUDE_DIRS = $(shell xml2-config --cflags)

include $(GNUSTEP_MAKEFILES)/application.make

