diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2012-08-13 01:05:48 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2012-08-13 01:05:48 -0400 |
commit | 4fe78157f9d08e4bf8de41f47ee117b4b9383814 (patch) | |
tree | 65865010d184a4f91a9685c84ef4cee17421a41a /src/makefile.in | |
parent | e95e8bb0ca158527eebbde0ca503552bfeda77c8 (diff) | |
download | lynx-snapshots-4fe78157f9d08e4bf8de41f47ee117b4b9383814.tar.gz |
snapshot of project "lynx", label v2-8-8dev_12l
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@ |