diff options
author | jbj <devnull@localhost> | 2001-10-29 20:12:35 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-29 20:12:35 +0000 |
commit | e62f50c8a585566d68bbfdbaf1eead46630e3ca9 (patch) | |
tree | 9872586e4c0974865f078e52ce1c4132e06d2883 /lib/Makefile.am | |
parent | 89c1ce1325ed7391e3253aab3eb8c176af38781d (diff) | |
download | librpm-tizen-e62f50c8a585566d68bbfdbaf1eead46630e3ca9.tar.gz librpm-tizen-e62f50c8a585566d68bbfdbaf1eead46630e3ca9.tar.bz2 librpm-tizen-e62f50c8a585566d68bbfdbaf1eead46630e3ca9.zip |
- start hiding availablePackage data/methods in rpmal.c/rpmal.h.
CVS patchset: 5140
CVS date: 2001/10/29 20:12:35
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index b0fa3a0c8..2b96f6e91 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -20,7 +20,7 @@ pkginc_HEADERS = \ noinst_HEADERS = \ cpio.h depends.h fsm.h header_internal.h \ manifest.h psm.h \ - rpmlead.h signature.h + rpmal.h rpmlead.h signature.h mylibpaths = \ -L$(top_builddir)/lib/.libs \ @@ -37,7 +37,8 @@ librpm_la_SOURCES = \ header.c header_internal.c \ manifest.c misc.c package.c \ problems.c poptI.c poptQV.c psm.c query.c \ - rpmchecksig.c rpminstall.c rpmlead.c rpmlibprov.c rpmrc.c rpmvercmp.c \ + rpmal.c rpmchecksig.c rpminstall.c rpmlead.c rpmlibprov.c \ + rpmrc.c rpmvercmp.c \ signature.c stringbuf.c transaction.c \ verify.c librpm_la_LDFLAGS = -release @VERSION@ |