diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-12-22 13:11:40 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-12-22 13:11:40 +0200 |
commit | d10b40301188f1b00cbdaf49b1c09786d546ede0 (patch) | |
tree | d3258751d7a9a9ddfe9136b1d6c0f48b96361d5a /Makefile.am | |
parent | 00463e2fe0d115d873f141995e7d8b3041de7d36 (diff) | |
download | librpm-tizen-d10b40301188f1b00cbdaf49b1c09786d546ede0.tar.gz librpm-tizen-d10b40301188f1b00cbdaf49b1c09786d546ede0.tar.bz2 librpm-tizen-d10b40301188f1b00cbdaf49b1c09786d546ede0.zip |
Make rpmplugins.h private for now
- We'll probably want to make some changes to the plugin type system
before considered "ready", the current plugin slots are limited
to 32 and Meego folks apparently want to use a largish number
of slots. So we might want something like separate plugin type
(collection, security... etc) and then have 32 slots per each type.
Making this private for now to avoid having to potentially break
the API shortly after introduction.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d5be4986b..f1bcd7c8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -76,7 +76,6 @@ pkginclude_HEADERS += lib/rpmte.h pkginclude_HEADERS += lib/rpmts.h pkginclude_HEADERS += lib/rpmtypes.h pkginclude_HEADERS += lib/rpmvf.h -pkginclude_HEADERS += lib/rpmplugins.h pkginclude_HEADERS += sign/rpmsign.h |