From 6ebfde5e8e0decaefd71744536a7d5e30b911849 Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 25 Aug 2003 20:02:25 +0000 Subject: [PATCH] modif add... git-svn-id: http://ltt.polymtl.ca/svn@192 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/configure.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 9891d07a..58b7b4c3 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -58,7 +58,7 @@ AC_SUBST(lttlibdir) top_includedir="\$(top_srcdir)/include" AC_SUBST(top_includedir) -DEFAULT_INCLUDES="-I\$(top_includedir)" +DEFAULT_INCLUDES="-I\$(top_includedir) -I\$(top_srcdir)" AC_SUBST(DEFAULT_INCLUDES) #CPPFLAGS="${GLIB_CFLAGS}" @@ -73,6 +73,10 @@ AC_SUBST(lttincludedir) AC_CONFIG_FILES([Makefile lttv/Makefile lttv/modules/Makefile + lttv/modules/gui/Makefile + lttv/modules/gui/mainWin/Makefile + lttv/modules/gui/mainWin/src/Makefile + lttv/modules/gui/API/Makefile lttd/Makefile ltt/Makefile include/Makefile -- 2.34.1