X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2FMakefile.in;h=6406799db354bd4365777802e5b6ec860b43537f;hp=f39a2dd3974dd0e977639fba89b68ce751c98b95;hb=3e0f770501852be3a2cb05d8044219d7b04dbfad;hpb=def73dda3feef55f48cc205a763c06ba1ea70e78 diff --git a/c++/Makefile.in b/c++/Makefile.in index f39a2dd3..6406799d 100644 --- a/c++/Makefile.in +++ b/c++/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.113 2015/10/17 22:59:12 tom Exp $ +# $Id: Makefile.in,v 1.114 2016/05/21 23:26:12 tom Exp $ ############################################################################## -# Copyright (c) 1998-2014,2015 Free Software Foundation, Inc. # +# Copyright (c) 1998-2015,2016 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"), # @@ -87,7 +87,7 @@ CXXFLAGS = @CXXFLAGS@ @EXTRA_CXXFLAGS@ CXXLIBS = @CXXLIBS@ INCDIR = ../include -CPPFLAGS = -DHAVE_CONFIG_H @CPPFLAGS@ +CPPFLAGS = -DHAVE_CONFIG_H -I../c++ @CPPFLAGS@ CTAGS = @CTAGS@ ETAGS = @ETAGS@