summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2015-06-05 00:54:46 +0200
committerJoel Klinghed <the_jk@yahoo.com>2015-06-05 00:54:46 +0200
commita7bb0f26b3434b7064b01aefd56d8600cc466bd1 (patch)
tree42de0a173ca6e514b4c31fc9c565e40f0a2c7e9c /src/Makefile.am
parent0b8e0ca6e1e8d9a0e36e2e3c960c84a289822675 (diff)
Send the responses to an url
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 \