X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2FMakefile.in;h=d761af1d5d7447a2af3988eea3a3d313636c3226;hp=6f707dcebf2b21a8bb92c7a42809e1bf2f6abd85;hb=dcfe712cb3492636e8d50c9867cf05aec089a576;hpb=6208c89f98f1cf9fe0980bd8e791846ce007a13d diff --git a/ncurses/Makefile.in b/ncurses/Makefile.in index 6f707dce..d761af1d 100644 --- a/ncurses/Makefile.in +++ b/ncurses/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.150 2016/01/30 15:31:51 tom Exp $ +# $Id: Makefile.in,v 1.152 2016/06/25 21:13:06 tom Exp $ ############################################################################## # Copyright (c) 1998-2015,2016 Free Software Foundation, Inc. # # # @@ -101,7 +101,7 @@ CPP = @CPP@ CFLAGS = @CFLAGS@ INCDIR = $(srcdir)/../include -CPPFLAGS = -DHAVE_CONFIG_H @CPPFLAGS@ +CPPFLAGS = -DHAVE_CONFIG_H -I../ncurses @CPPFLAGS@ CCFLAGS = $(CPPFLAGS) $(CFLAGS) @@ -196,6 +196,8 @@ TEST_PROGS = \ hashmap$x \ lib_mvcur$x +LOCAL_LIBDIR = @top_builddir@/lib + base = $(srcdir)/base serial = $(srcdir)/tty tinfo = $(srcdir)/tinfo