From 259054e79a2a68b23edbe890ac465001bda68b76 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Tue, 28 Aug 2012 00:50:09 +0300 Subject: [PATCH] tests/Makefile.am: Add missing libcurl_CFLAGS --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 4f24908..7c9f289 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,6 +6,7 @@ TEST_OPTS=-k -m=thorough --verbose #--g-fatal-warnings testsuite_common_cppflags=\ -I$(top_srcdir)/tests/lib\ -I$(top_srcdir)/src/quvi-0.9/\ + $(libcurl_CFLAGS)\ $(glib_CFLAGS)\ $(AM_CPPFLAGS) -- 2.11.4.GIT