diff options
Diffstat (limited to 'makefile.in')
-rw-r--r-- | makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile.in b/makefile.in index bef2d48..65664dd 100644 --- a/makefile.in +++ b/makefile.in @@ -1,4 +1,4 @@ -# $Id: makefile.in,v 1.82 2012/02/16 00:35:37 Li-Wen.Hsu Exp $ +# $Id: makefile.in,v 1.83 2012/10/06 14:05:14 tom Exp $ # template makefile for DIALOG ############################################################################## # Copyright (c) 1999-2011,2012 Thomas E. Dickey # @@ -35,6 +35,7 @@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@ top_builddir = . |