X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2FMakefile.in;h=72ad0eb006155d26783d518c287a629ba9c25a33;hp=8d1cd460f09526bace868e7576484d39617374f9;hb=3a2f63eb5aea82cb52969ef70dfb18088d9aa8c0;hpb=761e4f0825b330e970558e82a4bd638383914429 diff --git a/c++/Makefile.in b/c++/Makefile.in index 8d1cd460..72ad0eb0 100644 --- a/c++/Makefile.in +++ b/c++/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.105 2013/05/18 23:12:25 Alexei.Pavlov Exp $ +# $Id: Makefile.in,v 1.106 2013/08/04 20:20:45 tom Exp $ ############################################################################## # Copyright (c) 1998-2012,2013 Free Software Foundation, Inc. # # # @@ -50,6 +50,9 @@ exec_prefix = @exec_prefix@ bindir = @bindir@ libdir = @libdir@ includedir = @includedir@ +includesubdir = @includesubdir@ + +INCLUDEDIR = $(DESTDIR)$(includedir)$(includesubdir) LIBTOOL = @LIBTOOL_CXX@ LIBTOOL_CLEAN = @LIB_CLEAN@