X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=c%2B%2B%2FMakefile.in;fp=c%2B%2B%2FMakefile.in;h=f39a2dd3974dd0e977639fba89b68ce751c98b95;hb=def73dda3feef55f48cc205a763c06ba1ea70e78;hp=4f5b960457db616dfd8a95bb293bd54df0f5b2b5;hpb=9eb6f4991977566a493a5b1c36de2299f2754449;p=ncurses.git diff --git a/c++/Makefile.in b/c++/Makefile.in index 4f5b9604..f39a2dd3 100644 --- a/c++/Makefile.in +++ b/c++/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.111 2015/08/05 23:15:41 tom Exp $ +# $Id: Makefile.in,v 1.113 2015/10/17 22:59:12 tom Exp $ ############################################################################## # Copyright (c) 1998-2014,2015 Free Software Foundation, Inc. # # # @@ -58,7 +58,7 @@ INCLUDEDIR = $(DESTDIR)$(includedir)$(includesubdir) PACKAGE = @PACKAGE@ LIBTOOL = @LIBTOOL_CXX@ -LIBTOOL_OPTS = @LIBTOOL_OPTS@ +LIBTOOL_OPTS = @LIBTOOL_OPTS@ @LIBTOOL_OPTS_CXX@ LIBTOOL_CLEAN = @LIB_CLEAN@ LIBTOOL_COMPILE = @LIB_COMPILE@ LIBTOOL_LINK = @LIB_LINK@