diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-10-10 14:35:14 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-10-10 14:35:14 +0300 |
commit | 9204c957881d960c179c6e96a21a8ea56f6cf0a2 (patch) | |
tree | b9efb9cb1a009693c828621dac3966f881f9d1af /rpmdb/Makefile.am | |
parent | 8f9eea953f6e0d13cf622ce5ef5d958a55977282 (diff) | |
download | rpm-9204c957881d960c179c6e96a21a8ea56f6cf0a2.tar.gz rpm-9204c957881d960c179c6e96a21a8ea56f6cf0a2.tar.bz2 rpm-9204c957881d960c179c6e96a21a8ea56f6cf0a2.zip |
Un-inline common header access functions
- implementations in new header_common.c
- definitions in main header.h
Diffstat (limited to 'rpmdb/Makefile.am')
-rw-r--r-- | rpmdb/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdb/Makefile.am b/rpmdb/Makefile.am index 881cd81f7..5c1281bf0 100644 --- a/rpmdb/Makefile.am +++ b/rpmdb/Makefile.am @@ -22,6 +22,7 @@ usrlib_LTLIBRARIES = librpmdb.la librpmdb_la_SOURCES = \ dbconfig.c fprint.c fprint.h \ hdrNVR.c header.c header_internal.c header_internal.h \ + header_common.c \ legacy.c legacy.h \ merge.c \ poptDB.c rpmhash.c rpmhash.h rpmdb.c rpmdb_internal.h \ |