diff Makefile.in @ 75:c629838d9805

Updated to latest DW, and updated the Makefile to install the header files along with the libraries.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 13 Mar 2002 17:35:36 +0000
parents a12f4c621b9b
children 06fe66722371
line wrap: on
line diff
--- a/Makefile.in	Mon Feb 18 19:10:28 2002 +0000
+++ b/Makefile.in	Wed Mar 13 17:35:36 2002 +0000
@@ -73,6 +73,8 @@
 all: $(SYSCONF_LINK_TARGET) $(SYSCONF_LINK_TARGET2)
 
 install:
+		$(INSTALL) dw.h $(PREFIX)/include; \
+		$(INSTALL) compat.h $(PREFIX)/include; \
 		cd $(DESTDIR); \
 		$(INSTALL) $(SYSCONF_LINK_TARGET)  $(PREFIX)/lib; \
 		$(INSTALL) $(SYSCONF_LINK_TARGET2) $(PREFIX)/lib; \