X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=include%2FMakefile.in;fp=include%2FMakefile.in;h=61f388461ef86361711b94d1a5c21b4a0325ce65;hb=1d743ae945e51bb1bc773ec7bd3e0d51dbf9afab;hp=e2a2f8a22866ab49f98974204207e2125b286bd5;hpb=7087871f804c061d339994964269f3c20e88f547;p=ncurses.git diff --git a/include/Makefile.in b/include/Makefile.in index e2a2f8a2..61f38846 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.40 2010/11/27 21:45:27 tom Exp $ +# $Id: Makefile.in,v 1.41 2013/08/03 23:10:51 tom Exp $ ############################################################################## -# Copyright (c) 1998,2009,2010 Free Software Foundation, Inc. # +# Copyright (c) 1998-2010,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"), # @@ -48,6 +48,9 @@ srcdir = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ includedir = @includedir@ +includesubdir = @includesubdir@ + +INCLUDEDIR = $(DESTDIR)$(includedir)$(includesubdir) INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@