diff options
author | jbj <devnull@localhost> | 2001-02-27 21:30:27 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-02-27 21:30:27 +0000 |
commit | 74f16c53a389ed68ee93d6eccc31e0f9236ef8c4 (patch) | |
tree | 02d34f9a0cf6583cb2975b62e2c1ca745cffb644 /lib/Makefile.am | |
parent | 84ab8a1f64c1ebb8e98cca47adf2be414ed15daf (diff) | |
download | librpm-tizen-74f16c53a389ed68ee93d6eccc31e0f9236ef8c4.tar.gz librpm-tizen-74f16c53a389ed68ee93d6eccc31e0f9236ef8c4.tar.bz2 librpm-tizen-74f16c53a389ed68ee93d6eccc31e0f9236ef8c4.zip |
Handle non-string tag indices correctly.
Sync with rpm-4.0.2.
CVS patchset: 4583
CVS date: 2001/02/27 21:30:27
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 36f1b6818..5c6d58d2e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -13,7 +13,7 @@ pkginc_HEADERS = \ noinst_HEADERS = \ cpio.h depends.h falloc.h fprint.h fsm.h hash.h \ md5.h psm.h \ - rpmdb.h rpmlead.h signature.h + rpmdb.h rpmlead.h scriptlet.h signature.h mylibpaths = -L$(top_builddir)/lib/.libs -L$(top_builddir)/rpmio/.libs \ -L$(top_builddir)/popt/.libs |