diff options
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index a71bcb87d8..a34637918e 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -343,6 +343,7 @@ installdev :: FORCE -copy $(subst /,\,$(APR))\arch\netware\include\*.h $(INSTALL)\Apache2\include\*.* -copy $(subst /,\,$(APRUTIL))\include\*.h $(INSTALL)\Apache2\include\*.* -copy $(subst /,\,$(APR))\*.imp $(INSTALL)\Apache2\lib\*.* ++ -copy $(subst /,\,$(NWOS))\*.xdc $(INSTALL)\Apache2\lib\*.* # # Any specialized rules here |