diff --git a/mozilla/extensions/transformiix/source/xml/dom/standalone/Makefile b/mozilla/extensions/transformiix/source/xml/dom/standalone/Makefile index 6f5df16d056..851505c5d29 100644 --- a/mozilla/extensions/transformiix/source/xml/dom/standalone/Makefile +++ b/mozilla/extensions/transformiix/source/xml/dom/standalone/Makefile @@ -1,10 +1,11 @@ #ifndef PROJ_PATH -BASE_PATH = ../../../base -DOM_PATH = . +ROOT_PATH = ../../.. +BASE_PATH = $(ROOT_PATH)/base +NET_PATH = $(ROOT_PATH)/net #endif -INCLUDE_PATHS = -I$(BASE_PATH) -I. -I- +INCLUDE_PATHS = -I$(BASE_PATH) -I$(NET_PATH) -I. -I- CC := $(CC) -g $(INCLUDE_PATHS)