From e488c6d8b0908b20f457aee6593d7a37dd61ee26 Mon Sep 17 00:00:00 2001 From: arjen Date: Sun, 3 Nov 2002 13:20:35 +0000 Subject: [PATCH] Use local header files instead of the installed header files --- demos/Makefile.am | 2 +- demos/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0