X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2FMakefile.in;fp=progs%2FMakefile.in;h=5a74634f13e0d41920023deb4d2d779b509f2f3c;hp=2551133cac19b954461a841e4420c45507f3a49e;hb=50acaeeb9b282767ffe9c6a80f120b32ce3bd966;hpb=a84fd46191c61f1151a7258e1539b89c395e61f9 diff --git a/progs/Makefile.in b/progs/Makefile.in index 2551133c..5a74634f 100644 --- a/progs/Makefile.in +++ b/progs/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.92 2014/07/26 22:34:33 tom Exp $ +# $Id: Makefile.in,v 1.93 2014/11/15 00:34:28 tom Exp $ ############################################################################## # Copyright (c) 1998-2013,2014 Free Software Foundation, Inc. # # # @@ -67,7 +67,10 @@ includesubdir = @includesubdir@ INCLUDEDIR = $(DESTDIR)$(includedir)$(includesubdir) +PACKAGE = @PACKAGE@ + LIBTOOL = @LIBTOOL@ +LIBTOOL_OPTS = @LIBTOOL_OPTS@ LIBTOOL_CLEAN = @LIB_CLEAN@ LIBTOOL_COMPILE = @LIB_COMPILE@ LIBTOOL_LINK = @LIB_LINK@