X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2FMakefile.in;fp=test%2FMakefile.in;h=5358fc21d0cda982667b1ad624c00123ce936b1a;hp=16bfc45b13e6c7125aa40749daa1c88f41470692;hb=a90dd7b66fa711acd24d8181ea20e4f57d4b36cd;hpb=84cf9f63bf604413fa5714ef91f83076ac8f236b diff --git a/test/Makefile.in b/test/Makefile.in index 16bfc45b..5358fc21 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.121 2020/02/02 23:34:34 tom Exp $ +# $Id: Makefile.in,v 1.122 2020/02/22 16:51:31 tom Exp $ ############################################################################## # Copyright 2020 Thomas E. Dickey # # Copyright 1998-2017,2018 Free Software Foundation, Inc. # @@ -137,8 +137,16 @@ LINT = @LINT@ LINT_OPTS = @LINT_OPTS@ LINT_LIBS = -lform -lmenu -lpanel -lncurses @LIBS@ +INCDIR = $(top_srcdir)/include + HEADER_DEPS = \ ../include/curses.h \ - ../include/term.h + ../include/term.h \ + ../include/ncurses_cfg.h \ + ../include/ncurses_def.h \ + ../include/ncurses_dll.h \ + ../include/term.h \ + ../include/unctrl.h \ + $(INCDIR)/nc_alloc.h # The rest is generated from the "programs" and "modules" files...