summaryrefslogtreecommitdiffstats
path: root/lib/Plugins
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-08-06 15:22:37 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-08-06 15:22:37 +0200
commit2e2698b8a76e6b6af008c1e0b6a8b6a9bb2975eb (patch)
tree3c95d647bcf5ace4239ed96a7303691c88df9e97 /lib/Plugins
parentc7d590305a130a65536172ee7f461346dc80ae34 (diff)
downloadabrt-2e2698b8a76e6b6af008c1e0b6a8b6a9bb2975eb.tar.gz
abrt-2e2698b8a76e6b6af008c1e0b6a8b6a9bb2975eb.tar.xz
abrt-2e2698b8a76e6b6af008c1e0b6a8b6a9bb2975eb.zip
really remove the libzip dependency
Diffstat (limited to 'lib/Plugins')
-rw-r--r--lib/Plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Makefile.am b/lib/Plugins/Makefile.am
index 83f7438f..cc00186d 100644
--- a/lib/Plugins/Makefile.am
+++ b/lib/Plugins/Makefile.am
@@ -144,5 +144,5 @@ libPython_la_CPPFLAGS = -I$(srcdir)/../../inc -I$(srcdir)/../Utils
# FileTrasfer
libFileTransfer_la_SOURCES = FileTransfer.cpp FileTransfer.h
libFileTransfer_la_LDFLAGS = -avoid-version -ltar -lbz2 -lz
-libFileTransfer_la_LIBADD = $(CURL_LIBS) $(ZIP_LIBS)
+libFileTransfer_la_LIBADD = $(CURL_LIBS)
libFileTransfer_la_CPPFLAGS = -I$(srcdir)/../../inc -I$(srcdir)/../Utils $(CURL_CFLAGS) -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\"