X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2FMakefile.in;h=a9161b16cbcac41388aa239e4abd1510b4032c68;hp=23c6e5e8850ae032918feb1cf572c8e23ea4eed5;hb=e6319890faa5df5f8cdc9d6bfeb72a3bc3364ed4;hpb=85b1a478852e6473f6f698af5f6fca055f43f21c diff --git a/progs/Makefile.in b/progs/Makefile.in index 23c6e5e8..a9161b16 100644 --- a/progs/Makefile.in +++ b/progs/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.88 2012/03/17 16:45:38 tom Exp $ +# $Id: Makefile.in,v 1.90 2013/08/04 20:23:20 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"), # @@ -61,7 +61,11 @@ exec_prefix = @exec_prefix@ bindir = @bindir@ libdir = @libdir@ includedir = @includedir@ +datarootdir = @datarootdir@ datadir = @datadir@ +includesubdir = @includesubdir@ + +INCLUDEDIR = $(DESTDIR)$(includedir)$(includesubdir) LIBTOOL = @LIBTOOL@ LIBTOOL_CLEAN = @LIB_CLEAN@