Skip to content

Commit

Permalink
switch from btparser to satyr
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Filak <jfilak@redhat.com>
  • Loading branch information
Jakub Filak committed May 2, 2014
1 parent 1d7d3a2 commit 831e000
Show file tree
Hide file tree
Showing 14 changed files with 380 additions and 1,369 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ PKG_CHECK_MODULES([LIBXML], [libxml-2.0])
PKG_CHECK_MODULES([RPM], [rpm])
PKG_CHECK_MODULES([LIBNOTIFY], [libnotify])
PKG_CHECK_MODULES([NSS], [nss])
PKG_CHECK_MODULES([BTPARSER], [btparser])
PKG_CHECK_MODULES([SATYR], [satyr])
PKG_CHECK_MODULES([LIBREPORT], [libreport])
PKG_CHECK_MODULES([LIBREPORT_GTK], [libreport-gtk])
# Just PKG_CHECK_MODULES([PYTHON], [python]) works only with python2.7+
Expand Down
4 changes: 2 additions & 2 deletions src/daemon/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ abrt_handle_event_CPPFLAGS = \
-I$(srcdir)/../lib \
$(GLIB_CFLAGS) \
$(LIBREPORT_CFLAGS) \
$(BTPARSER_CFLAGS) \
$(SATYR_CFLAGS) \
-D_GNU_SOURCE \
-Wall -Wwrite-strings -Werror
abrt_handle_event_LDADD = \
../lib/libabrt.la \
$(LIBREPORT_LIBS) \
$(BTPARSER_LIBS)
$(SATYR_LIBS)

abrt_action_save_package_data_SOURCES = \
rpm.h rpm.c \
Expand Down
Loading

0 comments on commit 831e000

Please sign in to comment.