From 21c0aa1e708229550d80a1700ec319063d3a295b Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 29 May 2003 15:51:43 +0000 Subject: [PATCH] include the system includes emulation git-svn-id: http://ltt.polymtl.ca/svn@34 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ltt/branches/poly/lttv/Makefile.am b/ltt/branches/poly/lttv/Makefile.am index 37a9fc39..33435762 100644 --- a/ltt/branches/poly/lttv/Makefile.am +++ b/ltt/branches/poly/lttv/Makefile.am @@ -1,10 +1,7 @@ bin_PROGRAMS = textui -# Includes will have to be changed in the .c files if we want to -# remove the top_srcdir from the includes path. AM_CPPFLAGS = \ - -I$(top_srcdir)/lttv \ - -I$(top_srcdir) + -I$(top_srcdir)/include # MD //FIXME add headers dependancy textui_SOURCES = main.c module.c option.c hook.c attribute.c -- 2.34.1