Use local header files instead of the installed header files
authorarjen <arjen>
Sun, 3 Nov 2002 13:20:35 +0000 (13:20 +0000)
committerarjen <arjen>
Sun, 3 Nov 2002 13:20:35 +0000 (13:20 +0000)
demos/Makefile.am
demos/Makefile.in

index e718fef..ca56ed9 100644 (file)
@@ -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
 
index ce5b701..4846f35 100644 (file)
@@ -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