From a7bb0f26b3434b7064b01aefd56d8600cc466bd1 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Fri, 5 Jun 2015 00:54:46 +0200 Subject: Send the responses to an url --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 8ab164c..65c5858 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,7 +11,8 @@ event_SOURCES = event.cc event.hh event_main.cc common.hh cgi.hh db.hh \ event_LDADD = libdb.la libcgi.la sender_SOURCES = common.hh sender.cc json.hh json.cc -sender_LDADD = libutil.la +sender_CPPFLAGS = $(AM_CPPFLAGS) @CURL_CFLAGS@ +sender_LDADD = libutil.la @CURL_LIBS@ libcgi_la_SOURCES = cgi.hh common.hh cgi.cc \ query_parser.hh query_parser.cc \ -- cgit v1.2.3-70-g09d2