summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-04 22:28:25 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-04 22:28:25 +0200
commit6dd4e6dcdd17accb4e2884d3acc78dfed3aa3ed7 (patch)
tree251db2f1f4a8c5435ee2fe1f625a3d1df9df8e92 /tests
parent8f97e74456a2698d59471682c63929b1af124230 (diff)
downloadcrawler-6dd4e6dcdd17accb4e2884d3acc78dfed3aa3ed7.tar.gz
crawler-6dd4e6dcdd17accb4e2884d3acc78dfed3aa3ed7.tar.bz2
fixed small typo in Makefile
Diffstat (limited to 'tests')
-rw-r--r--tests/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index ae574dd..7f86834 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -5,7 +5,7 @@ SUBDIRS = \
fetcher textwolf
ifeq ($(WITH_CURL),1)
-SUBDIRS += libcurl
+SUBDIRS += libcurlpp
endif
-include $(TOPDIR)/makefiles/gmake/sub.mk