Update of /cvsroot/naviserver/naviserver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31639
Modified Files:
Makefile
Log Message:
Add new module variable LIBHDRS which is the list of headers which should
be installed for other modules to link against (e.g. nsdb.h).
Index: Makefile
===================================================================
RCS file: /cvsroot/naviserver/naviserver/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile 18 Apr 2005 13:04:14 -0000 1.5
--- Makefile 27 Apr 2005 05:30:40 -0000 1.6
***************
*** 48,52 ****
done
for i in include/*.h include/Makefile.global include/Makefile.module; do \
! $(INSTALL_DATA) $$i $(NAVISERVER)/include/; \
done
for i in tcl/*.tcl; do \
--- 48,52 ----
done
for i in include/*.h include/Makefile.global include/Makefile.module; do \
! $(INSTALL_DATA) $$i $(INSTHDR)/; \
done
for i in tcl/*.tcl; do \
|