X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2FMakefile.in;h=6418dc63e47faf2689d5c2653c1e71ecd02a70f1;hp=716bd5f0e2feda3a5629daede5b99f9ce5a63f30;hb=a7e05fb9806cc1255b6ba4fb29e15d337f35b2ad;hpb=dafd158641767f37aa900c195aaa77b27da38500 diff --git a/ncurses/Makefile.in b/ncurses/Makefile.in index 716bd5f0..6418dc63 100644 --- a/ncurses/Makefile.in +++ b/ncurses/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.172 2020/08/16 15:35:00 tom Exp $ +# $Id: Makefile.in,v 1.173 2020/08/17 13:38:30 tom Exp $ ############################################################################## # Copyright 2018-2019,2020 Thomas E. Dickey # # Copyright 1998-2017,2018 Free Software Foundation, Inc. # @@ -100,6 +100,7 @@ ETAGS = @ETAGS@ CC = @CC@ CPP = @CPP@ CFLAGS = @CFLAGS@ +LIBS = @LIBS@ INCDIR = $(srcdir)/../include CPPFLAGS = -DHAVE_CONFIG_H -DBUILDING_NCURSES -I../ncurses @CPPFLAGS@