]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/Makefile.in
ncurses 5.9 - patch 20130921
[ncurses.git] / test / Makefile.in
index ef1cbebfcac36cb237a0e0cab25314d85e41172f..a81320647383232926c6fd597375412e041d7917 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.109 2011/09/24 15:13:44 nix Exp $
+# $Id: Makefile.in,v 1.110 2013/08/04 20:23:20 tom Exp $
 ##############################################################################
-# Copyright (c) 1998-2010,2011 Free Software Foundation, Inc.                #
+# Copyright (c) 1998-2011,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"), #
@@ -50,10 +50,11 @@ exec_prefix = @exec_prefix@
 bindir         = @bindir@
 libdir         = @libdir@
 includedir     = @includedir@
+includesubdir  = @includesubdir@
 
 BINDIR         = $(DESTDIR)$(bindir)
 LIBDIR         = $(DESTDIR)$(libdir)
-INCLUDEDIR     = $(DESTDIR)$(includedir)
+INCLUDEDIR     = $(DESTDIR)$(includedir)$(includesubdir)
 
 LIBTOOL                = @LIBTOOL@
 LIBTOOL_CLEAN  = @LIB_CLEAN@