From 9de621493989c419de92b83a48f258481ec9820b Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 14 Nov 2003 18:49:53 +0000 Subject: [PATCH] * Fixed compilation in an alternate directory. git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/ttyvaders/trunk@176 92316355-f0b4-4df1-b90c-862c8a59935f --- src/Makefile.am | 2 +- test/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 42e9f46..5ee1c66 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ # Automake targets and declarations for ttyvaders ############################################################################### -AM_CPPFLAGS = -I../libee +AM_CPPFLAGS = -I$(top_srcdir)/libee if USE_SLANG LDFLAGS_slang = -lslang diff --git a/test/Makefile.am b/test/Makefile.am index 8d8bb0b..6be723f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,7 +2,7 @@ # Automake targets and declarations for libee tests ############################################################################### -AM_CPPFLAGS = -I../libee +AM_CPPFLAGS = -I$(top_srcdir)/libee if USE_SLANG LDFLAGS_slang = -lslang