From 7137df55d0bd0f17b4cc8e8e976e196591032e7a Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 3 Apr 2006 14:21:21 +0000 Subject: [PATCH] build out tree git-svn-id: http://ltt.polymtl.ca/svn@1748 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-control/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ltt-control/configure.in b/ltt-control/configure.in index 5c432ee..d5df207 100644 --- a/ltt-control/configure.in +++ b/ltt-control/configure.in @@ -23,7 +23,7 @@ AC_PREREQ(2.57) AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) #AC_WITH_LTDL # not needed ? -AM_INIT_AUTOMAKE(ltt-control,0.3-02042006) +AM_INIT_AUTOMAKE(ltt-control,0.4-03042006) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL @@ -70,7 +70,7 @@ AC_CHECK_FUNCS([select]) #CPPFLAGS="$CPPFLAGS -I" -DEFAULT_INCLUDES="-I\$(top_srcdir)" +DEFAULT_INCLUDES="-I\$(top_srcdir) -I\$(top_builddir)" #CPPFLAGS="${GLIB_CFLAGS}" #AC_SUBST(CPPFLAGS) -- 2.34.1