blob: 5c63716224b05dfa7b8efc66bd401963d914f1ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- parse/Makefile.am.orig Sun Feb 18 17:46:47 2007
+++ parse/Makefile.am Wed Jul 18 11:39:43 2007
@@ -4,7 +4,7 @@
inc_HEADERS = comp.h cpp.h parse.h w_stdio.h
GC = gc6.8
-asirdir = ${prefix}/lib/asir
+asirdir = ${prefix}/share/asir
DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
-I${top_srcdir}/${GC}/include \
|