summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-12-07 20:08:54 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-12-07 20:08:54 +0100
commitdd574ba3eabee4f9f8661ea21619b6352cb9a935 (patch)
tree73e78a88d17b6070afe8a99b856efd9ff4789b0c /GNUmakefile
parent7de22b92399504daf951c830b3b0d7d7cffc3d9f (diff)
downloadcrawler-dd574ba3eabee4f9f8661ea21619b6352cb9a935.tar.gz
crawler-dd574ba3eabee4f9f8661ea21619b6352cb9a935.tar.bz2
fixed postgres tests, synched makefile system with the one from sqlite3xx
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 51119b6..92ad403 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -2,4 +2,7 @@ TOPDIR = .
SUBDIRS = tests
--include $(TOPDIR)/makefiles/top.mk
+PACKAGE_NAME = CrawlingWolf
+PACKAGE_VERSION = 0.0.1
+
+-include $(TOPDIR)/makefiles/gmake/top.mk