diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2015-06-05 00:54:46 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2015-06-05 00:54:46 +0200 |
| commit | a7bb0f26b3434b7064b01aefd56d8600cc466bd1 (patch) | |
| tree | 42de0a173ca6e514b4c31fc9c565e40f0a2c7e9c /src/Makefile.am | |
| parent | 0b8e0ca6e1e8d9a0e36e2e3c960c84a289822675 (diff) | |
Send the responses to an url
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
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 \ |
