X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=ncurses%2FMakefile.in;h=f4965c085c342e8a28f05d520fe355169a712568;hb=e2dee48666d83c609f7ecced6203ecfdc94e36aa;hp=4aa0383ed6d4db03f27a10f1a8722e35ba9f70d8;hpb=ffc2db8cc2a9212f8c02b512eb97919b564b42c1;p=ncurses.git diff --git a/ncurses/Makefile.in b/ncurses/Makefile.in index 4aa0383e..f4965c08 100644 --- a/ncurses/Makefile.in +++ b/ncurses/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.137 2013/07/06 18:32:22 tom Exp $ +# $Id: Makefile.in,v 1.138 2013/08/04 20:20:45 tom Exp $ ############################################################################## # Copyright (c) 1998-2011,2012 Free Software Foundation, Inc. # # # @@ -66,6 +66,9 @@ libdir = @libdir@ includedir = @includedir@ datarootdir = @datarootdir@ datadir = @datadir@ +includesubdir = @includesubdir@ + +INCLUDEDIR = $(DESTDIR)$(includedir)$(includesubdir) LIBTOOL = @LIBTOOL@ LIBTOOL_CLEAN = @LIB_CLEAN@