]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - c++/Makefile.in
ncurses 5.9 - patch 20131019
[ncurses.git] / c++ / Makefile.in
index 62fd4fab02400d2b31d78431c7b6b19ff0a06974..72ad0eb006155d26783d518c287a629ba9c25a33 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.104 2013/04/13 18:24:43 tom Exp $
+# $Id: Makefile.in,v 1.106 2013/08/04 20:20:45 tom Exp $
 ##############################################################################
 # Copyright (c) 1998-2012,2013 Free Software Foundation, Inc.                #
 #                                                                            #
@@ -47,8 +47,12 @@ DESTDIR              = @DESTDIR@
 srcdir         = @srcdir@
 prefix         = @prefix@
 exec_prefix    = @exec_prefix@
+bindir         = @bindir@
 libdir         = @libdir@
 includedir     = @includedir@
+includesubdir  = @includesubdir@
+
+INCLUDEDIR     = $(DESTDIR)$(includedir)$(includesubdir)
 
 LIBTOOL                = @LIBTOOL_CXX@
 LIBTOOL_CLEAN  = @LIB_CLEAN@