From 124e73c1f1395aecaab4cd554766be4e47f09cd7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 10 Jun 2010 19:03:13 +0200 Subject: fixed installation of header files --- include/GNUmakefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/GNUmakefile b/include/GNUmakefile index 2d1dcbd..7df06a2 100644 --- a/include/GNUmakefile +++ b/include/GNUmakefile @@ -26,4 +26,8 @@ local_install: $(INSTALL) -d -m 755 $(includedir)/wolf/daemon $(INSTALL) -m 644 wolf/daemon/*.h $(includedir)/wolf/daemon $(INSTALL) -d -m 755 $(includedir)/wolf/library - $(INSTALL) -m 644 wolf/daemon/*.h $(includedir)/wolf/library + $(INSTALL) -m 644 wolf/library/*.h $(includedir)/wolf/library + $(INSTALL) -d -m 755 $(includedir)/wolf/network + $(INSTALL) -m 644 wolf/network/*.h $(includedir)/wolf/network + $(INSTALL) -d -m 755 $(includedir)/wolf/threads + $(INSTALL) -m 644 wolf/threads/*.h $(includedir)/wolf/threads -- cgit v1.2.3-54-g00ecf