summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-07-13 14:02:06 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-07-13 14:02:06 +0200
commit1454c6b21144b57dc556676313643baf5bc0f31a (patch)
tree391cfeeb035738eb18fb087000c990f9a6007a2b /makefiles
parenta441d2f44ca233c9d3f0228e76b3072e9cdb7fda (diff)
downloadcrawler-1454c6b21144b57dc556676313643baf5bc0f31a.tar.gz
crawler-1454c6b21144b57dc556676313643baf5bc0f31a.tar.bz2
added a test for a libfetch_streambuf
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/gmake/help.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefiles/gmake/help.mk b/makefiles/gmake/help.mk
index 2b5f07a..b996514 100644
--- a/makefiles/gmake/help.mk
+++ b/makefiles/gmake/help.mk
@@ -39,4 +39,5 @@ Some more obscure options:
ENABLE_NLS=0 Don't build gettext NLS support (default is on)
Example:
-make WITH_SSL=1 WITH_SQLITE3=1 WITH_PGSQL=1 WITH_LOCAL_LIBFETCH=1 WITH_LIBXML2=1
+make WITH_SSL=1 WITH_SQLITE3=1 WITH_PGSQL=1 \
+ WITH_LOCAL_LIBFETCH=1 WITH_LIBXML2=1