summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-01-12 15:44:13 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-01-12 15:44:13 +0100
commit71004021851e99a7a431423915b751c02bd10929 (patch)
tree8799d251ea7e2d0a84d93a997fbdf76c2fe03977 /GNUmakefile
parent66d507d906fc51e06b6c134fadf9c4610b9b91c4 (diff)
downloadwolfbones-71004021851e99a7a431423915b751c02bd10929.tar.gz
wolfbones-71004021851e99a7a431423915b751c02bd10929.tar.bz2
fixes for Cygwin (snprintf), started cleaning up namespace prefixes
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9e5cd85..ca6b9c1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -2,4 +2,7 @@ TOPDIR = .
SUBDIRS = src include tests docs
+PACKAGE_NAME = WolfBones
+PACKAGE_VERSION = 0.0.1
+
-include $(TOPDIR)/makefiles/top.mk