diff options
| author | Karel Klic <kklic@redhat.com> | 2011-03-03 14:46:03 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2011-03-03 14:46:03 +0100 |
| commit | fd31820e9aaf0ec726dbdad277d996b594f57f90 (patch) | |
| tree | 7990a128cc0ddf719d0aa27e4f939837297c5c0a /src/lib | |
| parent | 0480abdfc05bc4bb785b3c89714795bb6d0e0f69 (diff) | |
| download | abrt-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/lib')
| -rw-r--r-- | src/lib/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index e30f38bc..bad3e63a 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1,8 +1,8 @@ -# libreport2 - the stuff shared among most of abrt (like xmalloc, logging) +# libreport - the stuff shared among most of abrt (like xmalloc, logging) # libabrt_dbus - daemon, cli and applet use this # libabrt_web - for abrt-action-foo where foo deals with network/web/ftp/... lib_LTLIBRARIES = \ - libreport2.la \ + libreport.la \ libabrt_dbus.la \ libabrt_web.la @@ -10,7 +10,7 @@ lib_LTLIBRARIES = \ # time.cpp # xconnect.cpp -libreport2_la_SOURCES = \ +libreport_la_SOURCES = \ xfuncs.c \ encbase64.c \ binhex.c \ @@ -44,7 +44,7 @@ libreport2_la_SOURCES = \ parse_release.c \ parse_options.c parse_options.h \ steal_directory.c -libreport2_la_CPPFLAGS = \ +libreport_la_CPPFLAGS = \ -Wall -Werror \ -I$(srcdir)/../include/report -I$(srcdir)/../include \ -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \ @@ -55,9 +55,9 @@ libreport2_la_CPPFLAGS = \ -DVAR_RUN=\"$(VAR_RUN)\" \ $(GLIB_CFLAGS) \ -D_GNU_SOURCE -libreport2_la_LDFLAGS = \ +libreport_la_LDFLAGS = \ -version-info 0:1:0 -libreport2_la_LIBADD = \ +libreport_la_LIBADD = \ $(GLIB_LIBS) libabrt_dbus_la_SOURCES = \ |
