Do not distribute gpgme.h.

This commit is contained in:
Werner Koch 2009-06-09 12:44:35 +00:00
parent 4280710f33
commit 621ffc14ae
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,9 @@
2009-06-09 Werner Koch <wk@g10code.com> 2009-06-09 Werner Koch <wk@g10code.com>
* Makefile.am (main_sources): Remove gpgme.h.
(include_HEADERS): Rename to nodist_include_HEADERS so that a
VPATH build won't use the distributed one.
* util.h (GPG_ERR_NOT_OPERATIONAL): Define. * util.h (GPG_ERR_NOT_OPERATIONAL): Define.
2009-05-28 Marcus Brinkmann <marcus@g10code.de> 2009-05-28 Marcus Brinkmann <marcus@g10code.de>

View File

@ -14,8 +14,7 @@
# Public License for more details. # Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the Free Software # License along with this program; if not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
@ -27,7 +26,7 @@ MOSTLYCLEANFILES = status-table.h
bin_SCRIPTS = gpgme-config bin_SCRIPTS = gpgme-config
m4datadir = $(datadir)/aclocal m4datadir = $(datadir)/aclocal
m4data_DATA = gpgme.m4 m4data_DATA = gpgme.m4
include_HEADERS = gpgme.h nodist_include_HEADERS = gpgme.h
if HAVE_PTHREAD if HAVE_PTHREAD
ltlib_gpgme_pthread = libgpgme-pthread.la ltlib_gpgme_pthread = libgpgme-pthread.la
@ -95,7 +94,7 @@ endif
# right linking order with libtool, as the non-installed version has # right linking order with libtool, as the non-installed version has
# unresolved symbols to the thread module. # unresolved symbols to the thread module.
main_sources = \ main_sources = \
gpgme.h util.h conversion.c get-env.c context.h ops.h \ util.h conversion.c get-env.c context.h ops.h \
data.h data.c data-fd.c data-stream.c data-mem.c data-user.c \ data.h data.c data-fd.c data-stream.c data-mem.c data-user.c \
data-compat.c \ data-compat.c \
signers.c sig-notation.c \ signers.c sig-notation.c \