X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=panel%2FMakefile.in;h=baa080b3c7b09b06e221d77a2c510016d20aa196;hp=a8d4295091dddfd40e02e00a91bb1491d9386c8e;hb=67ab4b308e932639a3a832052228d445c41c54b4;hpb=d2650934c6f7223556f59cfb45dfc904018ee9d9 diff --git a/panel/Makefile.in b/panel/Makefile.in index a8d42950..baa080b3 100644 --- a/panel/Makefile.in +++ b/panel/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.60 2012/08/11 21:31:56 tom Exp $ +# $Id: Makefile.in,v 1.62 2013/08/04 20:23:32 tom Exp $ ############################################################################## -# Copyright (c) 1998-2010,2011 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"), # @@ -59,6 +59,9 @@ libdir = @libdir@ includedir = @includedir@ datarootdir = @datarootdir@ datadir = @datadir@ +includesubdir = @includesubdir@ + +INCLUDEDIR = $(DESTDIR)$(includedir)$(includesubdir) LIBTOOL = @LIBTOOL@ LIBTOOL_CLEAN = @LIB_CLEAN@ @@ -114,7 +117,7 @@ ABI_VERSION = @cf_cv_abi_version@ RANLIB = @LIB_PREP@ -LIBRARIES = @LIBS_TO_MAKE@ +LIBRARIES = @Libs_To_Make@ LINT = @LINT@ LINT_OPTS = @LINT_OPTS@