From 2cf0d770b66b6c6ce50af2767f575db552cd784c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 15 Nov 2010 15:29:24 +0100 Subject: move inc/ and lib/ to src/. No code changes Signed-off-by: Denys Vlasenko --- src/cli/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/cli/Makefile.am') diff --git a/src/cli/Makefile.am b/src/cli/Makefile.am index be8e7d8e..bbfaa9d0 100644 --- a/src/cli/Makefile.am +++ b/src/cli/Makefile.am @@ -7,8 +7,8 @@ abrt_cli_SOURCES = \ dbus.h dbus.cpp abrt_cli_CPPFLAGS = \ - -I$(srcdir)/../../inc \ - -I$(srcdir)/../../lib/utils \ + -I$(srcdir)/../include \ + -I$(srcdir)/../lib \ -DVAR_RUN=\"$(VAR_RUN)\" \ $(ENABLE_SOCKET_OR_DBUS) \ $(DBUS_CFLAGS) $(GLIB_CFLAGS) \ @@ -16,8 +16,8 @@ abrt_cli_CPPFLAGS = \ # $(GTK_CFLAGS) abrt_cli_LDADD = \ - ../../lib/utils/libABRTUtils.la \ - ../../lib/utils/libABRTdUtils.la \ + ../lib/libABRTUtils.la \ + ../lib/libABRTdUtils.la \ $(GLIB_LIBS) man_MANS = abrt-cli.1 -- cgit