summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-03-17 11:09:12 +0100
committerZdenek Prikryl <zprikryl@redhat.com>2009-03-17 11:09:12 +0100
commit686cdc4b410f4f9cae13a81ace0c57e88c6668c9 (patch)
tree40c5cd98bd2fa968d58e2b8fd6fa52649b466456 /lib
parent8db7d14256813f0c3709c05cfdf64d334d8e3c9b (diff)
Add curl dependency
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Plugins/Makefile.am b/lib/Plugins/Makefile.am
index 3655eda..9759833 100644
--- a/lib/Plugins/Makefile.am
+++ b/lib/Plugins/Makefile.am
@@ -18,7 +18,8 @@ libKerneloops_la_CPPFLAGS = -I$(srcdir)/../MiddleWare -I$(srcdir)/../Utils -DDEB
# KerneloopsReporter
libKerneloopsReporter_la_SOURCES = KerneloopsReporter.cpp KerneloopsReporter.h
libKerneloopsReporter_la_LDFLAGS = -avoid-version
-libKerneloopsReporter_la_LIBADD = -lcurl
+libKerneloopsReporter_la_LIBADD = $(CURL_LIBS)
+libKerneloopsReporter_la_CPPFLAGS = -I$(srcdir)/../MiddleWare -I$(srcdir)/../Utils $(CURL_CFLAGS)
# Mailx
libMailx_la_SOURCES = Mailx.cpp Mailx.h