diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-29 13:34:53 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-29 13:34:53 +0100 |
commit | 69f402c32073126b16a994d7536a76cb537801c7 (patch) | |
tree | ddea7794f0555451a7fb1b4019be1c0aa6f0f748 /lib/Makefile.am | |
parent | 9a628446ce33c31895c5f58cdfb5c288139be253 (diff) | |
download | rpm-69f402c32073126b16a994d7536a76cb537801c7.tar.gz rpm-69f402c32073126b16a994d7536a76cb537801c7.tar.bz2 rpm-69f402c32073126b16a994d7536a76cb537801c7.zip |
Split out rpmgi_internal.h from rpmgi.h
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 6568083ec..493f77385 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -23,7 +23,8 @@ 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 rpminstall.c \ + rpmal.c rpmchecksig.c rpmds.c rpmfi.c rpmgi.c rpmgi_internal.h \ + rpminstall.c \ rpmlead.c rpmlead.h rpmlibprov.c rpmps.c rpmrc.c rpmte.c rpmts.c \ rpmvercmp.c signature.c signature.h stringbuf.c transaction.c \ verify.c rpmlock.c rpmlock.h misc.h |