summaryrefslogtreecommitdiff
path: root/preinstall.am
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-07-02 14:23:30 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-07-02 14:23:30 +0300
commit710750ebff4ded200a71107b6dba8f5daf573101 (patch)
tree2f6f40615caecf0268233bd759bc9974ce7ec317 /preinstall.am
parent152a6e84aa0fa801ad2ac063570119df698d8b93 (diff)
downloadrpm-710750ebff4ded200a71107b6dba8f5daf573101.tar.gz
rpm-710750ebff4ded200a71107b6dba8f5daf573101.tar.bz2
rpm-710750ebff4ded200a71107b6dba8f5daf573101.zip
Make rpmkeyring.h public header
Diffstat (limited to 'preinstall.am')
-rw-r--r--preinstall.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/preinstall.am b/preinstall.am
index d6795853d..ca914e699 100644
--- a/preinstall.am
+++ b/preinstall.am
@@ -46,6 +46,10 @@ include/rpm/rpmutil.h: rpmio/rpmutil.h include/rpm/$(dirstamp)
$(INSTALL_DATA) $(top_srcdir)/rpmio/rpmutil.h include/rpm/rpmutil.h
BUILT_SOURCES += include/rpm/rpmutil.h
CLEANFILES += include/rpm/rpmutil.h
+include/rpm/rpmkeyring.h: rpmio/rpmkeyring.h include/rpm/$(dirstamp)
+ $(INSTALL_DATA) $(top_srcdir)/rpmio/rpmkeyring.h include/rpm/rpmkeyring.h
+BUILT_SOURCES += include/rpm/rpmkeyring.h
+CLEANFILES += include/rpm/rpmkeyring.h
include/rpm/header.h: lib/header.h include/rpm/$(dirstamp)
$(INSTALL_DATA) $(top_srcdir)/lib/header.h include/rpm/header.h
BUILT_SOURCES += include/rpm/header.h