From 0e74f780545b1aa8f6a5277b3cfdc9887c37ed5e Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 8 Jun 2011 17:27:42 +0200 Subject: split libreport to a separate package --- src/cli/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cli/Makefile.am') diff --git a/src/cli/Makefile.am b/src/cli/Makefile.am index cd973281..5746e4b2 100644 --- a/src/cli/Makefile.am +++ b/src/cli/Makefile.am @@ -8,18 +8,18 @@ abrt_cli_SOURCES = \ run-command.h run-command.c \ report.h report.c abrt_cli_CPPFLAGS = \ - -I$(srcdir)/../include/report -I$(srcdir)/../include \ + -I$(srcdir)/../include \ -I$(srcdir)/../lib \ -DVAR_RUN=\"$(VAR_RUN)\" \ -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \ -DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \ $(DBUS_CFLAGS) $(GLIB_CFLAGS) \ -D_GNU_SOURCE \ + $(LIBREPORT_CFLAGS) \ -Wall -Wwrite-strings -Werror # $(GTK_CFLAGS) abrt_cli_LDADD = \ - ../lib/libreport.la \ - ../lib/libabrt_dbus.la \ + $(LIBREPORT_LIBS) -labrt_dbus \ $(GLIB_LIBS) MAN_TXT = \ -- cgit