diff options
author | Louie Shprung <lshprung@scu.edu> | 2022-12-26 17:01:07 -0800 |
---|---|---|
committer | Louie Shprung <lshprung@scu.edu> | 2022-12-26 17:01:07 -0800 |
commit | 877917a7e5ebce25a2088d3198410423d60e6768 (patch) | |
tree | 0604ec4d60322338a46e97e81246886f7ab18ad4 /Makefile.in | |
parent | 046161b16102e058f07c0c1df5ad7c0690cd1a72 (diff) |
Add ncurses.h dependency
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ec8b99e..8a4bb1f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -183,7 +183,8 @@ ETAGS = etags CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) -am__DIST_COMMON = $(srcdir)/Makefile.in compile install-sh missing +am__DIST_COMMON = $(srcdir)/Makefile.in compile depcomp install-sh \ + missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -238,6 +239,7 @@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ +CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -245,7 +247,9 @@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ +EGREP = @EGREP@ EXEEXT = @EXEEXT@ +GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ |