Author: csutherl
Date: Thu Dec 20 18:48:22 2018
New Revision: 1849428

URL: http://svn.apache.org/viewvc?rev=1849428&view=rev
Log:
Copy header files into the includedir to match behavior of httpd's Makefile

Modified:
    tomcat/native/trunk/native/Makefile.in

Modified: tomcat/native/trunk/native/Makefile.in
URL: 
http://svn.apache.org/viewvc/tomcat/native/trunk/native/Makefile.in?rev=1849428&r1=1849427&r2=1849428&view=diff
==============================================================================
--- tomcat/native/trunk/native/Makefile.in (original)
+++ tomcat/native/trunk/native/Makefile.in Thu Dec 20 18:48:22 2018
@@ -80,6 +80,7 @@ install: $(TARGET_LIB)
        $(APR_MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir)/pkgconfig \
                     $(DESTDIR)$(libdir) $(DESTDIR)$(bindir)
        $(INSTALL_DATA) tcnative.pc 
$(DESTDIR)$(libdir)/pkgconfig/$(TCNATIVE_PCFILE)
+       $(INSTALL_DATA) include/*.h $(DESTDIR)$(includedir)
        list='$(INSTALL_SUBDIRS)'; for i in $$list; do \
                ( cd $$i ; $(MAKE) DESTDIR=$(DESTDIR) install ); \
        done



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to