From 6dd4e6dcdd17accb4e2884d3acc78dfed3aa3ed7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 4 Oct 2014 22:28:25 +0200 Subject: fixed small typo in Makefile --- tests/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf