From e35ec2c946c237c7cca8db33a76cb1a8032d4f97 Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Fri, 25 Aug 2006 11:51:40 +0000 Subject: [PATCH] compile --- Makefile.am | 2 +- tools/zmart/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1918f8e..ea1c795 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ # Do NOT list 'devel' in subdirs. It's developers playgound # and must not prevent anything from building. -SUBDIRS = zypp zypp2 examples testsuite po doc +SUBDIRS = zypp zypp2 examples tools testsuite po doc ## ################################################## diff --git a/tools/zmart/Makefile.am b/tools/zmart/Makefile.am index dcfb66b..227d93e 100644 --- a/tools/zmart/Makefile.am +++ b/tools/zmart/Makefile.am @@ -5,7 +5,7 @@ noinst_PROGRAMS = zmart ## ################################################## -INCLUDES = -I$(oldincludedir)/libxml2 +INCLUDES = -I$(top_srcdir)/tools/zmart -I$(oldincludedir)/libxml2 AM_LDFLAGS = AM_CXXFLAGS = -- 2.7.4