]> err.no Git - sope/blob - sope-xml/libxmlSAXDriver/GNUmakefile
fixed a header file
[sope] / sope-xml / libxmlSAXDriver / GNUmakefile
1 # $Id$
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4
5 BUNDLE_NAME        = libxmlSAXDriver
6 BUNDLE_EXTENSION   = .sax
7 BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers-4.3/
8
9 libxmlSAXDriver_OBJC_FILES = \
10         libxmlSAXDriver.m       \
11         libxmlHTMLSAXDriver.m   \
12         libxmlDocSAXDriver.m    \
13         libxmlSAXLocator.m      \
14         TableCallbacks.m        \
15
16 libxmlSAXDriver_RESOURCE_FILES = bundle-info.plist Version
17 libxmlSAXDriver_LOCALIZED_RESOURCE_FILES =
18
19 -include GNUmakefile.preamble
20 include $(GNUSTEP_MAKEFILES)/bundle.make
21 -include GNUmakefile.postamble
22 -include fhs.make