summaryrefslogtreecommitdiffstats
path: root/src/cli/Makefile.am
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2011-03-03 14:46:03 +0100
committerKarel Klic <kklic@redhat.com>2011-03-03 14:46:03 +0100
commitfd31820e9aaf0ec726dbdad277d996b594f57f90 (patch)
tree7990a128cc0ddf719d0aa27e4f939837297c5c0a /src/cli/Makefile.am
parent0480abdfc05bc4bb785b3c89714795bb6d0e0f69 (diff)
downloadabrt-fd31820e9aaf0ec726dbdad277d996b594f57f90.tar.gz
abrt-fd31820e9aaf0ec726dbdad277d996b594f57f90.tar.xz
abrt-fd31820e9aaf0ec726dbdad277d996b594f57f90.zip
Revert "renamed libreport.so to libreport2.so"
This is not needed at the end. This reverts commit ef96cd431369b2cf0dd640a0bb66be4fb029b9c0.
Diffstat (limited to 'src/cli/Makefile.am')
-rw-r--r--src/cli/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/Makefile.am b/src/cli/Makefile.am
index 0cf463f7..0a5c6e1a 100644
--- a/src/cli/Makefile.am
+++ b/src/cli/Makefile.am
@@ -16,7 +16,7 @@ abrt_cli_CPPFLAGS = \
-Wall -Werror
# $(GTK_CFLAGS)
abrt_cli_LDADD = \
- ../lib/libreport2.la \
+ ../lib/libreport.la \
../lib/libabrt_dbus.la \
$(GLIB_LIBS)