diff options
author | jbj <devnull@localhost> | 2004-10-18 01:08:56 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-10-18 01:08:56 +0000 |
commit | e93a77c9b792b68c63ce7d3d360ab7f43d37feb6 (patch) | |
tree | 368b4d7c093e6ff068ae3bacbcc4373637b7cdf8 /lib/Makefile.am | |
parent | ed4688aca76a81449ac3debdd8ef60a7afd5c45d (diff) | |
download | librpm-tizen-e93a77c9b792b68c63ce7d3d360ab7f43d37feb6.tar.gz librpm-tizen-e93a77c9b792b68c63ce7d3d360ab7f43d37feb6.tar.bz2 librpm-tizen-e93a77c9b792b68c63ce7d3d360ab7f43d37feb6.zip |
Add generalized iterator to rpmlib.
CVS patchset: 7482
CVS date: 2004/10/18 01:08:56
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 381eaea58..aeaa80374 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -20,7 +20,7 @@ EXTRA_PROGRAMS = tgi pkgincdir = $(pkgincludedir) pkginc_HEADERS = \ misc.h rpmcli.h rpmlib.h \ - rpmal.h rpmds.h rpmfi.h rpmps.h rpmsx.h rpmte.h rpmts.h \ + rpmal.h rpmds.h rpmfi.h rpmgi.h rpmps.h rpmsx.h rpmte.h rpmts.h \ stringbuf.h noinst_HEADERS = \ cpio.h fsm.h manifest.h psm.h rpmlead.h signature.h rpmlock.h @@ -36,7 +36,7 @@ librpm_la_SOURCES = \ cpio.c depends.c formats.c fs.c fsm.c getdate.c \ manifest.c misc.c package.c \ poptALL.c poptI.c poptQV.c psm.c query.c \ - rpmal.c rpmchecksig.c rpmds.c rpmfi.c rpminstall.c \ + rpmal.c rpmchecksig.c rpmds.c rpmfi.c rpmgi.c rpminstall.c \ rpmlead.c rpmlibprov.c rpmps.c rpmrc.c rpmsx.c rpmte.c rpmts.c \ rpmvercmp.c signature.c stringbuf.c transaction.c \ verify.c rpmlock.c @@ -123,5 +123,5 @@ tplatform: tplatform.o librpm.la trhn: trhn.o librpm.la $(LINK) @LDFLAGS_STATIC@ $(CFLAGS) $(DEFS) $(INCLUDES) -o $@ $< $(mylibs) -tgi_SOURCES = tgi.c rpmgi.c +tgi_SOURCES = tgi.c tgi_LDADD = librpm.la |