X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2FMakefile.in;h=f08bafb2b10f5e9e24c9b41e1568c861148b225d;hp=4aa0383ed6d4db03f27a10f1a8722e35ba9f70d8;hb=cc387b11f421650091d84640e05825ea5161ac66;hpb=ffc2db8cc2a9212f8c02b512eb97919b564b42c1 diff --git a/ncurses/Makefile.in b/ncurses/Makefile.in index 4aa0383e..f08bafb2 100644 --- a/ncurses/Makefile.in +++ b/ncurses/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.137 2013/07/06 18:32:22 tom Exp $ +# $Id: Makefile.in,v 1.139 2013/08/04 20:20:45 tom Exp $ ############################################################################## -# Copyright (c) 1998-2011,2012 Free Software Foundation, Inc. # +# Copyright (c) 1998-2012,2013 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -66,6 +66,9 @@ libdir = @libdir@ includedir = @includedir@ datarootdir = @datarootdir@ datadir = @datadir@ +includesubdir = @includesubdir@ + +INCLUDEDIR = $(DESTDIR)$(includedir)$(includesubdir) LIBTOOL = @LIBTOOL@ LIBTOOL_CLEAN = @LIB_CLEAN@