summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-07 16:38:44 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-07 16:38:44 +0200
commit26310b6ff3b4cb92cc9bb462536a9c5235fc3389 (patch)
treeeb7cb931ba1c512b217ae138eafb4776a9c614e2 /src/GNUmakefile
parent4cb96d5377df049bd49bb6c0a109d89fcbd015ff (diff)
downloadcrawler-26310b6ff3b4cb92cc9bb462536a9c5235fc3389.tar.gz
crawler-26310b6ff3b4cb92cc9bb462536a9c5235fc3389.tar.bz2
added a libutil for porting stuff and helpers
Diffstat (limited to 'src/GNUmakefile')
-rwxr-xr-xsrc/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index d6b684e..448253e 100755
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -1,6 +1,6 @@
TOPDIR = ..
-SUBDIRS = logger libcrawler modules crawl
+SUBDIRS = libutil logger libcrawler modules crawl
-include $(TOPDIR)/makefiles/gmake/sub.mk