diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-12-03 10:47:25 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-12-03 10:47:25 +0200 |
commit | a96f817d50953f0fd48bd2a7bb983c82256bbc78 (patch) | |
tree | 4337083494c9643c76b71717fabc35365dd72753 /preinstall.am | |
parent | 6bdbbefbecf06b75581b8dfbd4ea626c59ebe312 (diff) | |
download | librpm-tizen-a96f817d50953f0fd48bd2a7bb983c82256bbc78.tar.gz librpm-tizen-a96f817d50953f0fd48bd2a7bb983c82256bbc78.tar.bz2 librpm-tizen-a96f817d50953f0fd48bd2a7bb983c82256bbc78.zip |
Split RPMTAG_* and related functions out of rpmlib.h to rpmtag.h
Diffstat (limited to 'preinstall.am')
-rw-r--r-- | preinstall.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/preinstall.am b/preinstall.am index 848a70341..d1a73e083 100644 --- a/preinstall.am +++ b/preinstall.am @@ -86,6 +86,10 @@ include/rpm/rpmps.h: lib/rpmps.h include/rpm/$(dirstamp) $(INSTALL_DATA) $(top_srcdir)/lib/rpmps.h include/rpm/rpmps.h BUILT_SOURCES += include/rpm/rpmps.h CLEANFILES += include/rpm/rpmps.h +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/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 |