diff options
Diffstat (limited to 'bindings/xml/Makefile')
-rw-r--r-- | bindings/xml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/xml/Makefile b/bindings/xml/Makefile index ea7653c..1211c5e 100644 --- a/bindings/xml/Makefile +++ b/bindings/xml/Makefile @@ -26,7 +26,7 @@ ifeq ($(WITH_EXPAT_BINDING),yes) endif ifeq ($(DO_XML_INSTALL),yes) - DIR_INSTALL_ITEMS := /include/dom/bindings/xml:xmlerror.h;xmlparser.h + DIR_INSTALL_ITEMS := /$(INCLUDEDIR)/dom/bindings/xml:xmlerror.h;xmlparser.h endif include $(NSBUILD)/Makefile.subdir |