diff options
author | root <devnull@localhost> | 1996-11-14 17:35:21 +0000 |
---|---|---|
committer | root <devnull@localhost> | 1996-11-14 17:35:21 +0000 |
commit | 7031b1cc8c6044081915e2b421508c1490cd50f2 (patch) | |
tree | f961f4ec3d2e985c49a1c1dcf40417f6fe9b0087 /build | |
parent | 3bb883b77be722e7aaf5dd75a1a8e64296fa8a2a (diff) | |
download | rpm-7031b1cc8c6044081915e2b421508c1490cd50f2.tar.gz rpm-7031b1cc8c6044081915e2b421508c1490cd50f2.tar.bz2 rpm-7031b1cc8c6044081915e2b421508c1490cd50f2.zip |
added trigger.o
CVS patchset: 1156
CVS date: 1996/11/14 17:35:21
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/Makefile.in b/build/Makefile.in index c2f1e5d56..7ffa0dc7c 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -1,7 +1,8 @@ srcdir = @srcdir@ VPATH = $(srcdir) -LIBOBJECTS = spec.o vspec.o build.o files.o names.o pack.o myftw.o reqprov.o +LIBOBJECTS = spec.o vspec.o build.o files.o names.o pack.o myftw.o \ + reqprov.o trigger.o LIBBUILD = libbuild.a LOADLIBES = -lrpm $(LIBEFENCE) |