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 /WWW/Library/Implementation | |
parent | e95e8bb0ca158527eebbde0ca503552bfeda77c8 (diff) | |
download | lynx-snapshots-4fe78157f9d08e4bf8de41f47ee117b4b9383814.tar.gz |
snapshot of project "lynx", label v2-8-8dev_12l
Diffstat (limited to 'WWW/Library/Implementation')
-rw-r--r-- | WWW/Library/Implementation/makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/makefile.in b/WWW/Library/Implementation/makefile.in index 1b7118f9..3559ae9a 100644 --- a/WWW/Library/Implementation/makefile.in +++ b/WWW/Library/Implementation/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.30 2010/09/19 19:29:35 tom Exp $ +# $LynxId: makefile.in,v 1.31 2012/08/12 23:55:17 tom Exp $ # Make WWW under unix for a.n.other unix system (bsd) # Use this as a template @@ -11,6 +11,7 @@ LFLAGS = prefix = @prefix@ exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@ top_srcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = $(srcdir) |