diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-05-12 15:48:31 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-05-12 15:52:29 +0300 |
commit | 05b70ba53c12ee70975586e1ed0368cd3442d05c (patch) | |
tree | 3ea34f8b77b9521acaaf96328a3e02e9f24fe357 /lib/Makefile.am | |
parent | 0ea9805e2dd21a1b05343f8aa81ab91232ceda48 (diff) | |
download | rpm-05b70ba53c12ee70975586e1ed0368cd3442d05c.tar.gz rpm-05b70ba53c12ee70975586e1ed0368cd3442d05c.tar.bz2 rpm-05b70ba53c12ee70975586e1ed0368cd3442d05c.zip |
Split header sprintf formatting to separate source
- header.c is now just low level header handling, headerfmt.c is the
formatting engine and formats.c has the actual formats
- also move bunch of formatting-related stuff from header_internal.h to
headerfmt.c, nothing else needs it
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 aac7b2eed..13abdeddf 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -22,7 +22,7 @@ usrlibdir = $(libdir) usrlib_LTLIBRARIES = librpm.la librpm_la_SOURCES = \ backend/dbconfig.c backend/db3.c \ - hdrNVR.c header.c header_internal.c header_internal.h \ + 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 \ cpio.c cpio.h depends.c formats.c fs.c fsm.c fsm.h \ |