summaryrefslogtreecommitdiff
path: root/src/modules/fetcher/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-08 17:27:06 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-08 17:27:06 +0200
commit5e1a0dec4672f70d10b82364274353962d2d26f6 (patch)
tree5b4b9d504bac7d55f29f2e6eaad8b53f3d3eff05 /src/modules/fetcher/GNUmakefile
parentd560a4920cdd16904a71640e0cfc380ea34e9e6f (diff)
downloadcrawler-5e1a0dec4672f70d10b82364274353962d2d26f6.tar.gz
crawler-5e1a0dec4672f70d10b82364274353962d2d26f6.tar.bz2
modularized all other modules
Diffstat (limited to 'src/modules/fetcher/GNUmakefile')
-rw-r--r--src/modules/fetcher/GNUmakefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/modules/fetcher/GNUmakefile b/src/modules/fetcher/GNUmakefile
new file mode 100644
index 0000000..526e9e5
--- /dev/null
+++ b/src/modules/fetcher/GNUmakefile
@@ -0,0 +1,17 @@
+TOPDIR = ../../..
+
+SUBDIRS = libfetch
+
+-include $(TOPDIR)/makefiles/gmake/sub.mk
+
+local_all:
+
+local_clean:
+
+local_distclean:
+
+local_install:
+
+local_uninstall:
+
+local_test: