diff options
author | jbj <devnull@localhost> | 2001-09-25 16:21:44 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-09-25 16:21:44 +0000 |
commit | cb216009409823affa8e24c880b910fdd9531fb0 (patch) | |
tree | e299b61e761786b2f506bfb0b060e2062380d046 /Makefile.am | |
parent | a2830a271c2486a266dfc18490989f0e41cf9d10 (diff) | |
download | librpm-tizen-cb216009409823affa8e24c880b910fdd9531fb0.tar.gz librpm-tizen-cb216009409823affa8e24c880b910fdd9531fb0.tar.bz2 librpm-tizen-cb216009409823affa8e24c880b910fdd9531fb0.zip |
- drop rpmio/base64.[ch] in favor of beecrypt.
- drop lib/md5*.[ch] files in favor of beecrypt.
CVS patchset: 5081
CVS date: 2001/09/25 16:21:44
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bb626c89d..b69e37b51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -105,6 +105,7 @@ lclint: `make -s sources -C lib` \ `make -s sources -C rpmdb` \ `make -s sources -C rpmio` \ + `make -s sources -C beecrypt` \ `make -s sources -C popt` CVSTAG = r$(subst .,-,$(VERSION)) |