summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-07-14 16:47:30 +0000
committerjbj <devnull@localhost>1999-07-14 16:47:30 +0000
commit40d76f715b4a71e2c69d185e83177b1c2cef9750 (patch)
tree3aadd19c436394351fb0601f75980d973a6e974f /Makefile.am
parent4a0755d14fad844a3953b5abaa95bf255d80f0ba (diff)
downloadlibrpm-tizen-40d76f715b4a71e2c69d185e83177b1c2cef9750.tar.gz
librpm-tizen-40d76f715b4a71e2c69d185e83177b1c2cef9750.tar.bz2
librpm-tizen-40d76f715b4a71e2c69d185e83177b1c2cef9750.zip
move checksig/resign major modes into rpmlib.
CVS patchset: 3157 CVS date: 1999/07/14 16:47:30
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e249ffecb..20d0818ea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,9 +40,9 @@ pkglib_SCRIPTS = find-provides find-requires mkinstalldirs \
config.guess config.sub
noinst_HEADERS = \
- acconfig.h build.h checksig.h system.h
+ acconfig.h build.h system.h
-rpm_SOURCES = build.c checksig.c rpm.c
+rpm_SOURCES = build.c rpm.c
rpm_LDADD = $(mylibs) @LIBMISC@
$(PROGRAMS): $(mylibs) @LIBMISC@