diff options
author | jbj <devnull@localhost> | 2002-07-20 21:07:31 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-20 21:07:31 +0000 |
commit | 293a81e2590888951a1341341eb3ff034b8a0406 (patch) | |
tree | 8487800311da40f2e1e9f57463e78d65b5d39247 /build | |
parent | bfb8488c10a5dfccbcb7c556408b300f8901cd88 (diff) | |
download | rpm-293a81e2590888951a1341341eb3ff034b8a0406.tar.gz rpm-293a81e2590888951a1341341eb3ff034b8a0406.tar.bz2 rpm-293a81e2590888951a1341341eb3ff034b8a0406.zip |
- version added to *.la dependency libraries (#69063).
- expose digests in rpmio API, but hide internal beecrypt API (#68999).
CVS patchset: 5561
CVS date: 2002/07/20 21:07:31
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.am b/build/Makefile.am index 83ac2cbd8..533ede96f 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -27,7 +27,7 @@ librpmbuild_la_LDFLAGS = -release @VERSION@ # XXX Add internal libtool dependence install-data-local: @cd $(DESTDIR)/$(libdir) && \ - sed -e "s|^dependency_libs='|& -lrpm|" < librpmbuild.la > .librpmbuild.la && \ + sed -e "s|^dependency_libs='|& -lrpm-@VERSION@|" < librpmbuild.la > .librpmbuild.la && \ mv .librpmbuild.la librpmbuild.la #BUILT_SOURCES = rpmbuild.lcd |