X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2FMakefile.in;h=f4965c085c342e8a28f05d520fe355169a712568;hp=4aa0383ed6d4db03f27a10f1a8722e35ba9f70d8;hb=1d743ae945e51bb1bc773ec7bd3e0d51dbf9afab;hpb=7087871f804c061d339994964269f3c20e88f547 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@