diff options
author | jbj <devnull@localhost> | 2002-07-13 19:08:51 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-13 19:08:51 +0000 |
commit | 261b4a2ecbc7b4ccef094490c74e90f8cfdacfff (patch) | |
tree | 16df21598d84a9ba57f8b5accd422c75607c980f /lib/Makefile.am | |
parent | b9df0c51e490b2a2e158a8525d7753cb1fe1bc6e (diff) | |
download | librpm-tizen-261b4a2ecbc7b4ccef094490c74e90f8cfdacfff.tar.gz librpm-tizen-261b4a2ecbc7b4ccef094490c74e90f8cfdacfff.tar.bz2 librpm-tizen-261b4a2ecbc7b4ccef094490c74e90f8cfdacfff.zip |
- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.
- revert headerFree/headerLink/headerUnlink debugging.
CVS patchset: 5550
CVS date: 2002/07/13 19:08:51
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 7296db906..003c02c2f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -15,9 +15,9 @@ EXTRA_DIST = getdate.y pkgincdir = $(pkgincludedir) pkginc_HEADERS = \ misc.h rpmcli.h rpmlib.h \ - rpmds.h rpmfi.h rpmps.h rpmte.h rpmts.h stringbuf.h + rpmal.h rpmds.h rpmfi.h rpmps.h rpmte.h rpmts.h stringbuf.h noinst_HEADERS = \ - cpio.h fsm.h manifest.h psm.h rpmal.h rpmlead.h signature.h + cpio.h fsm.h manifest.h psm.h rpmlead.h signature.h mylibpaths = \ -L$(top_builddir)/lib \ |