diff options
author | Paul Smith <psmith@gnu.org> | 2000-01-27 00:00:27 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-01-27 00:00:27 +0000 |
commit | 95a09e94f7b4155913cb4b1a0e6c1576780f09d1 (patch) | |
tree | f530821fc1bd9070020d61ca71e3e2bc66ab1912 /Makefile.am | |
parent | de2a8fc730d0b87cd19959ba876ffa34d0853dcd (diff) | |
download | gunmake-95a09e94f7b4155913cb4b1a0e6c1576780f09d1.tar.gz |
* Some pre-pretest release cleanup.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e70c237..0ed497c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ SRCS = ar.c arscan.c commands.c dir.c expand.c file.c function.c \ rule.c signame.c variable.c vpath.c make_SOURCES = $(SRCS) default.c remote-$(REMOTE).c version.c \ - getopt.c getopt1.c + getopt1.c noinst_HEADERS = commands.h dep.h filedef.h job.h make.h rule.h variable.h \ debug.h signame.h getopt.h gettext.h |