summaryrefslogtreecommitdiff
path: root/include/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-05-20 15:53:17 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-05-20 15:53:17 +0200
commit82c2b858633c9992ce7560a0b21f37329904a300 (patch)
tree6b806437ba79044cb3f5df11effa87314dc9beaf /include/GNUmakefile
parenteb26859dbd0240789ee8c5c02a65d784e664987a (diff)
downloadwolfbones-82c2b858633c9992ce7560a0b21f37329904a300.tar.gz
wolfbones-82c2b858633c9992ce7560a0b21f37329904a300.tar.bz2
got to first error message on Windows (library loader)
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