diff options
Diffstat (limited to 'src/makefile.in')
-rw-r--r-- | src/makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile.in b/src/makefile.in index 79860e46..a18b6537 100644 --- a/src/makefile.in +++ b/src/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.68 2012/08/04 13:15:18 tom Exp $ +# $LynxId: makefile.in,v 1.69 2012/08/12 23:54:35 tom Exp $ # template-makefile for Lynx src directory SHELL = @CONFIG_SHELL@ @@ -6,6 +6,7 @@ CDPATH = . @SET_MAKE@ prefix = @prefix@ +datarootdir = @datarootdir@ exec_prefix = @exec_prefix@ top_srcdir = @top_srcdir@ srcdir = @srcdir@ |