]> granicus.if.org Git - apache/commitdiff
Copy the .XDC data file during the installdev make process. This allows other
authorBradley Nicholes <bnicholes@apache.org>
Fri, 23 May 2003 22:42:26 +0000 (22:42 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 23 May 2003 22:42:26 +0000 (22:42 +0000)
modules to link same .XDC data file used by the httpd and APR builds.

Submitted by: G�nter Knauf <gk@gknw.de>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100022 13f79535-47bb-0310-9956-ffa450edef68

NWGNUmakefile

index a71bcb87d8f2cbfc511eb34625625f0817a49873..a34637918ee1695cf398d194c0fe176472e569c1 100644 (file)
@@ -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