summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-17 14:18:46 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-17 14:18:46 +0200
commit9de77404b9fea20dc6a43b6514fa6d3f534c5070 (patch)
tree734f30a9c2d184f2f745fa51ec29457758b9fa6b /GNUmakefile
parent8cbb2941b31878f7b0cccc3763f8df0d41554212 (diff)
downloadcrawler-9de77404b9fea20dc6a43b6514fa6d3f534c5070.tar.gz
crawler-9de77404b9fea20dc6a43b6514fa6d3f534c5070.tar.bz2
some project renames
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index bcd6576..dc35d94 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -2,7 +2,7 @@ TOPDIR = .
SUBDIRS = libfetch googleurl streamhtmlparser sqlite3 src tests
-PACKAGE_NAME = CrawlingWolf
+PACKAGE_NAME = crawler
PACKAGE_VERSION = 0.0.1
-include $(TOPDIR)/makefiles/gmake/top.mk