

I forgot to install old.h when installing the library; this patch fixes that
by adding the obvious line to lib/Makefile.

Thanks to Ron Burkey for reporting this.



---

 cur-root/lib/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN lib/Makefile~install_old_header lib/Makefile
--- cur/lib/Makefile~install_old_header	2004-04-20 18:54:47.000000000 -0300
+++ cur-root/lib/Makefile	2004-04-20 18:55:27.000000000 -0300
@@ -7,8 +7,8 @@ default: all
 all: pre $(BUILD)/libold.so $(BUILD)/oldtest $(BUILD)/oldtest2
 
 install: all
-	install -g root -o root -m 0755 $(BUILD)/libold.so \
-		$(PREFIX)/lib/libold.so
+	install -g root -o root -m 0755 $(BUILD)/libold.so $(PREFIX)/lib
+	install -g root -o root -m 0644 old.h $(PREFIX)/include
 	@echo "Please run 'ldconfig' to update your library cache"
 
 pre:

_
