diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2011-03-03 12:47:28 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2011-03-03 12:47:28 +0100 |
| commit | ef96cd431369b2cf0dd640a0bb66be4fb029b9c0 (patch) | |
| tree | 028f6a2e377bd8135e4617bf631b5dd44037e0c0 /src/report-python/Makefile.am | |
| parent | deac7d7ee408de17a97fbfb50e54ef22b74283fa (diff) | |
| download | abrt-ef96cd431369b2cf0dd640a0bb66be4fb029b9c0.tar.gz abrt-ef96cd431369b2cf0dd640a0bb66be4fb029b9c0.tar.xz abrt-ef96cd431369b2cf0dd640a0bb66be4fb029b9c0.zip | |
renamed libreport.so to libreport2.so
- we have a conflict with old report library which contains file
with the same name
Diffstat (limited to 'src/report-python/Makefile.am')
| -rw-r--r-- | src/report-python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report-python/Makefile.am b/src/report-python/Makefile.am index a00e2d7b..cff7af64 100644 --- a/src/report-python/Makefile.am +++ b/src/report-python/Makefile.am @@ -29,7 +29,7 @@ _pyreport_la_LDFLAGS = \ -avoid-version \ -export-symbols-regex init_pyreport _pyreport_la_LIBADD = \ - ../lib/libreport.la + ../lib/libreport2.la # report compat: |
