diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/NWGNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/NWGNUmakefile b/build/NWGNUmakefile index 980b4d5a0..68fff198b 100644 --- a/build/NWGNUmakefile +++ b/build/NWGNUmakefile @@ -45,6 +45,7 @@ cc.opt : NWGNUmakefile $(APR_WORK)/build/NWGNUenvironment.inc $(APR_WORK)/build/ @echo $(DL)-I$(APR)/include/arch/netware$(DL)>> $@ @echo $(DL)-I$(APR)/include/arch/unix$(DL)>> $@ @echo $(DL)-I$(APU)/include$(DL)>> $@ + @echo $(DL)-I$(APU)/include/private$(DL)>> $@ @echo $(DL)-I$(APU)/build$(DL)>> $@ @echo $(DL)-ir $(NOVELLLIBC)$(DL)>> $@ ifneq "$(LDAPSDK)" "" |