summaryrefslogtreecommitdiff
path: root/include/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'include/GNUmakefile')
-rw-r--r--include/GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/GNUmakefile b/include/GNUmakefile
index e7c40c2..2d1dcbd 100644
--- a/include/GNUmakefile
+++ b/include/GNUmakefile
@@ -13,6 +13,8 @@ local_clean:
-@rm -f wolf/log/*~
-@rm -f wolf/daemon/*.bak
-@rm -f wolf/daemon/*~
+ -@rm -f wolf/library/*.bak
+ -@rm -f wolf/library/*~
local_install:
$(INSTALL) -d -m 755 $(includedir)/wolf
@@ -23,3 +25,5 @@ local_install:
$(INSTALL) -m 644 wolf/log/*.h $(includedir)/wolf/log
$(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