diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-12-22 12:07:12 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-12-22 12:07:12 +0200 |
commit | bb9878ed3094e14bf2751291e0288f78cb9b113e (patch) | |
tree | fee0291d9a97e9b46c8bb09fc52bd44dda0128b7 /lib/Makefile.am | |
parent | 1daee9ebd03073696acc9d6f5968f8fa56cb16c5 (diff) | |
download | librpm-tizen-bb9878ed3094e14bf2751291e0288f78cb9b113e.tar.gz librpm-tizen-bb9878ed3094e14bf2751291e0288f78cb9b113e.tar.bz2 librpm-tizen-bb9878ed3094e14bf2751291e0288f78cb9b113e.zip |
Rename hdrNVR.c to more obvious and generic headerutil.c
- no functional changes
- remove it from translation list, there's nothing here to translate...
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 244d40b8b..9668e1dd9 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -20,7 +20,7 @@ usrlibdir = $(libdir) usrlib_LTLIBRARIES = librpm.la librpm_la_SOURCES = \ backend/dbconfig.c backend/db3.c \ - hdrNVR.c header.c headerfmt.c header_internal.c header_internal.h \ + headerutil.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 rpmtd.c \ cpio.c cpio.h depends.c order.c formats.c tagexts.c fs.c fsm.c fsm.h \ |