]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/Makefile.in
ncurses 6.2 - patch 20200817
[ncurses.git] / ncurses / Makefile.in
index 716bd5f0e2feda3a5629daede5b99f9ce5a63f30..6418dc63e47faf2689d5c2653c1e71ecd02a70f1 100644 (file)
@@ -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@