diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-05-13 11:02:45 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-05-13 11:02:45 +0300 |
commit | a83cfce188a4545756a8fa5791f3b9cbe20190ed (patch) | |
tree | c6b2c6424dbd7aec18bf8eca25a65a62aa9df1c9 /lib/Makefile.am | |
parent | 6fd646f238b402d2e47c8af8520d3ffa48ebd91e (diff) | |
download | rpm-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 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 13abdeddf..b40a2f7d0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -24,7 +24,7 @@ librpm_la_SOURCES = \ backend/dbconfig.c backend/db3.c \ hdrNVR.c header.c headerfmt.c header_internal.c header_internal.h \ poptDB.c rpmhash.c rpmhash.h rpmdb.c rpmdb_internal.h \ - fprint.c fprint.h tagname.c tagtbl.c \ + fprint.c fprint.h tagname.c tagtbl.c rpmtd.c \ cpio.c cpio.h depends.c formats.c fs.c fsm.c fsm.h \ manifest.c manifest.h misc.c package.c \ poptALL.c poptI.c poptQV.c psm.c psm.h query.c \ |