From: arjen Date: Sun, 3 Nov 2002 13:20:35 +0000 (+0000) Subject: Use local header files instead of the installed header files X-Git-Tag: V0_3~5 X-Git-Url: http://www.andromeda.nl/gitweb/?a=commitdiff_plain;h=e488c6d8b0908b20f457aee6593d7a37dd61ee26;p=AXE.git Use local header files instead of the installed header files --- diff --git a/demos/Makefile.am b/demos/Makefile.am index e718fef..ca56ed9 100644 --- a/demos/Makefile.am +++ b/demos/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -includedir = $(prefix)/include/AXE +includedir = ../src/AXE noinst_PROGRAMS = acltest testaxe metronome doodle1 doodle2 doodle3 diff --git a/demos/Makefile.in b/demos/Makefile.in index ce5b701..4846f35 100644 --- a/demos/Makefile.in +++ b/demos/Makefile.in @@ -69,7 +69,7 @@ VERSION = @VERSION@ XML_CONFIG = @XML_CONFIG@ YACC = @YACC@ -includedir = $(prefix)/include/AXE +includedir = ../src/AXE noinst_PROGRAMS = acltest testaxe metronome doodle1 doodle2 doodle3