diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-03-25 16:46:39 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-03-25 16:46:39 +0200 |
commit | 37ed237fbea3a8df3efab0e7c09331a63d733bce (patch) | |
tree | e0b641843d3f42a22bbd421a6057aef9b3e81453 /preinstall.am | |
parent | ae15f440b63daabe2c280086da69890b9f22bc69 (diff) | |
download | librpm-tizen-37ed237fbea3a8df3efab0e7c09331a63d733bce.tar.gz librpm-tizen-37ed237fbea3a8df3efab0e7c09331a63d733bce.tar.bz2 librpm-tizen-37ed237fbea3a8df3efab0e7c09331a63d733bce.zip |
Split rpm problem type + its "methods" to separate source + header
- rpmps is just something that stores rpm problems, problems themselves
are individual and opaque "objects", deserving their own module
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 eca2f2817..ab3a072d3 100644 --- a/preinstall.am +++ b/preinstall.am @@ -82,6 +82,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/rpmprob.h: lib/rpmprob.h include/rpm/$(dirstamp) + $(INSTALL_DATA) $(top_srcdir)/lib/rpmprob.h include/rpm/rpmprob.h +BUILT_SOURCES += include/rpm/rpmprob.h +CLEANFILES += include/rpm/rpmprob.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 |