diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-11-28 17:51:39 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-11-28 17:51:39 +0200 |
commit | 44e1c051fcecc8db6033ed8a4d21c0d5cd1c8702 (patch) | |
tree | 75f74a08fe11f9e34e0a0632e9768df281a7642a /lib/Makefile.am | |
parent | 6d2214791328708254279b872f53db5aca1d7095 (diff) | |
download | rpm-44e1c051fcecc8db6033ed8a4d21c0d5cd1c8702.tar.gz rpm-44e1c051fcecc8db6033ed8a4d21c0d5cd1c8702.tar.bz2 rpm-44e1c051fcecc8db6033ed8a4d21c0d5cd1c8702.zip |
Lose rpmgi_internal.h, no longer needed
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 3ee2adb9c..3ca187c00 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -20,7 +20,7 @@ librpm_la_SOURCES = \ cpio.c cpio.h depends.c formats.c fs.c fsm.c fsm.h getdate.c \ idtx.c manifest.c manifest.h misc.c package.c \ poptALL.c poptI.c poptQV.c psm.c psm.h query.c \ - rpmal.c rpmchecksig.c rpmds.c rpmfi.c rpmgi.c rpmgi_internal.h \ + rpmal.c rpmchecksig.c rpmds.c rpmfi.c rpmgi.c \ rpminstall.c rpmtsscore.h rpmts_internal.h \ rpmlead.c rpmlead.h rpmlibprov.c rpmps.c rpmrc.c rpmte.c rpmts.c \ rpmvercmp.c signature.c signature.h transaction.c \ |