diff options
author | root <devnull@localhost> | 1996-06-07 18:27:14 +0000 |
---|---|---|
committer | root <devnull@localhost> | 1996-06-07 18:27:14 +0000 |
commit | b6b3ace3887070d9c6bdb76f0668698e14868559 (patch) | |
tree | c63a2ff9f1d7ec1e7008619eef4fbc8fdad7697b /build | |
parent | 94e26c5b59c6064a4203576319903f13b3432ecc (diff) | |
download | rpm-b6b3ace3887070d9c6bdb76f0668698e14868559.tar.gz rpm-b6b3ace3887070d9c6bdb76f0668698e14868559.tar.bz2 rpm-b6b3ace3887070d9c6bdb76f0668698e14868559.zip |
add files.o names.o reqprov.o
CVS patchset: 614
CVS date: 1996/06/07 18:27:14
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.in b/build/Makefile.in index b4cfa5a08..01344aeae 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -1,4 +1,4 @@ -LIBOBJECTS = spec.o vspec.o build.o pack.o myftw.o +LIBOBJECTS = spec.o vspec.o build.o files.o names.o pack.o myftw.o reqprov.o LIBBUILD = libbuild.a LOADLIBES = -lrpm $(LIBEFENCE) |