summaryrefslogtreecommitdiff
path: root/preinstall.am
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-05-13 11:02:45 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-05-13 11:02:45 +0300
commita83cfce188a4545756a8fa5791f3b9cbe20190ed (patch)
treec6b2c6424dbd7aec18bf8eca25a65a62aa9df1c9 /preinstall.am
parent6fd646f238b402d2e47c8af8520d3ffa48ebd91e (diff)
downloadrpm-a83cfce188a4545756a8fa5791f3b9cbe20190ed.tar.gz
rpm-a83cfce188a4545756a8fa5791f3b9cbe20190ed.tar.bz2
rpm-a83cfce188a4545756a8fa5791f3b9cbe20190ed.zip
New "tag data" container struct + some basic methods to deal with it
- to be used for passing around header and extension data - inspired by similar changes in rpm5.org, details and implementation differ
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 dedabba46..d6795853d 100644
--- a/preinstall.am
+++ b/preinstall.am
@@ -90,6 +90,10 @@ include/rpm/rpmtag.h: lib/rpmtag.h include/rpm/$(dirstamp)
$(INSTALL_DATA) $(top_srcdir)/lib/rpmtag.h include/rpm/rpmtag.h
BUILT_SOURCES += include/rpm/rpmtag.h
CLEANFILES += include/rpm/rpmtag.h
+include/rpm/rpmtd.h: lib/rpmtd.h include/rpm/$(dirstamp)
+ $(INSTALL_DATA) $(top_srcdir)/lib/rpmtd.h include/rpm/rpmtd.h
+BUILT_SOURCES += include/rpm/rpmtd.h
+CLEANFILES += include/rpm/rpmtd.h
include/rpm/rpmte.h: lib/rpmte.h include/rpm/$(dirstamp)
$(INSTALL_DATA) $(top_srcdir)/lib/rpmte.h include/rpm/rpmte.h
BUILT_SOURCES += include/rpm/rpmte.h