008-11-03 Marcus Brinkmann <marcus@g10code.com>
authorMarcus Brinkmann <mb@g10code.com>
Mon, 3 Nov 2008 17:24:09 +0000 (17:24 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Mon, 3 Nov 2008 17:24:09 +0000 (17:24 +0000)
        * configure.ac: Replace gpgme paths with src.
        * gpgme: Move to ...
        * src: ... this new directory.

assuan/
2008-11-03  Marcus Brinkmann  <marcus@g10code.com>

* Makefile.am (INCLUDES): Replace gpgme path with src.

tests/
2008-11-03  Marcus Brinkmann  <marcus@g10code.com>

        * gpgsm/Makefile.am (INCLUDES, LDADD): Replace gpgme path with src.
        * gpg/Makefile.am (INCLUDES, LDADD, t_thread1_LDADD): Likewise.
* Makefile.am (LDADD): Likewise.

95 files changed:
trunk/ChangeLog
trunk/Makefile.am
trunk/assuan/ChangeLog
trunk/assuan/Makefile.am
trunk/configure.ac
trunk/src/ChangeLog [moved from trunk/gpgme/ChangeLog with 100% similarity]
trunk/src/Makefile.am [moved from trunk/gpgme/Makefile.am with 100% similarity]
trunk/src/ath-pth.c [moved from trunk/gpgme/ath-pth.c with 100% similarity]
trunk/src/ath-pthread.c [moved from trunk/gpgme/ath-pthread.c with 100% similarity]
trunk/src/ath.c [moved from trunk/gpgme/ath.c with 100% similarity]
trunk/src/ath.h [moved from trunk/gpgme/ath.h with 100% similarity]
trunk/src/context.h [moved from trunk/gpgme/context.h with 100% similarity]
trunk/src/conversion.c [moved from trunk/gpgme/conversion.c with 100% similarity]
trunk/src/data-compat.c [moved from trunk/gpgme/data-compat.c with 100% similarity]
trunk/src/data-fd.c [moved from trunk/gpgme/data-fd.c with 100% similarity]
trunk/src/data-mem.c [moved from trunk/gpgme/data-mem.c with 100% similarity]
trunk/src/data-stream.c [moved from trunk/gpgme/data-stream.c with 100% similarity]
trunk/src/data-user.c [moved from trunk/gpgme/data-user.c with 100% similarity]
trunk/src/data.c [moved from trunk/gpgme/data.c with 100% similarity]
trunk/src/data.h [moved from trunk/gpgme/data.h with 100% similarity]
trunk/src/debug.c [moved from trunk/gpgme/debug.c with 100% similarity]
trunk/src/debug.h [moved from trunk/gpgme/debug.h with 100% similarity]
trunk/src/decrypt-verify.c [moved from trunk/gpgme/decrypt-verify.c with 100% similarity]
trunk/src/decrypt.c [moved from trunk/gpgme/decrypt.c with 100% similarity]
trunk/src/delete.c [moved from trunk/gpgme/delete.c with 100% similarity]
trunk/src/edit.c [moved from trunk/gpgme/edit.c with 100% similarity]
trunk/src/encrypt-sign.c [moved from trunk/gpgme/encrypt-sign.c with 100% similarity]
trunk/src/encrypt.c [moved from trunk/gpgme/encrypt.c with 100% similarity]
trunk/src/engine-backend.h [moved from trunk/gpgme/engine-backend.h with 100% similarity]
trunk/src/engine-gpgconf.c [moved from trunk/gpgme/engine-gpgconf.c with 100% similarity]
trunk/src/engine-gpgsm.c [moved from trunk/gpgme/engine-gpgsm.c with 100% similarity]
trunk/src/engine.c [moved from trunk/gpgme/engine.c with 100% similarity]
trunk/src/engine.h [moved from trunk/gpgme/engine.h with 100% similarity]
trunk/src/error.c [moved from trunk/gpgme/error.c with 100% similarity]
trunk/src/export.c [moved from trunk/gpgme/export.c with 100% similarity]
trunk/src/funopen.c [moved from trunk/gpgme/funopen.c with 100% similarity]
trunk/src/genkey.c [moved from trunk/gpgme/genkey.c with 100% similarity]
trunk/src/get-env.c [moved from trunk/gpgme/get-env.c with 100% similarity]
trunk/src/getauditlog.c [moved from trunk/gpgme/getauditlog.c with 100% similarity]
trunk/src/gpgconf.c [moved from trunk/gpgme/gpgconf.c with 100% similarity]
trunk/src/gpgme-config.in [moved from trunk/gpgme/gpgme-config.in with 100% similarity]
trunk/src/gpgme-w32spawn.c [moved from trunk/gpgme/gpgme-w32spawn.c with 100% similarity]
trunk/src/gpgme.c [moved from trunk/gpgme/gpgme.c with 100% similarity]
trunk/src/gpgme.def [moved from trunk/gpgme/gpgme.def with 100% similarity]
trunk/src/gpgme.h.in [moved from trunk/gpgme/gpgme.h.in with 100% similarity]
trunk/src/gpgme.m4 [moved from trunk/gpgme/gpgme.m4 with 100% similarity]
trunk/src/import.c [moved from trunk/gpgme/import.c with 100% similarity]
trunk/src/isascii.c [moved from trunk/gpgme/isascii.c with 100% similarity]
trunk/src/kdpipeiodevice.cpp [moved from trunk/gpgme/kdpipeiodevice.cpp with 100% similarity]
trunk/src/kdpipeiodevice.h [moved from trunk/gpgme/kdpipeiodevice.h with 100% similarity]
trunk/src/kdpipeiodevice.moc [moved from trunk/gpgme/kdpipeiodevice.moc with 100% similarity]
trunk/src/key.c [moved from trunk/gpgme/key.c with 100% similarity]
trunk/src/keylist.c [moved from trunk/gpgme/keylist.c with 100% similarity]
trunk/src/libgpgme.vers [moved from trunk/gpgme/libgpgme.vers with 100% similarity]
trunk/src/memrchr.c [moved from trunk/gpgme/memrchr.c with 100% similarity]
trunk/src/mkstatus [moved from trunk/gpgme/mkstatus with 100% similarity]
trunk/src/moc_kdpipeiodevice.cpp [moved from trunk/gpgme/moc_kdpipeiodevice.cpp with 100% similarity]
trunk/src/op-support.c [moved from trunk/gpgme/op-support.c with 100% similarity]
trunk/src/ops.h [moved from trunk/gpgme/ops.h with 100% similarity]
trunk/src/passphrase.c [moved from trunk/gpgme/passphrase.c with 100% similarity]
trunk/src/posix-io.c [moved from trunk/gpgme/posix-io.c with 100% similarity]
trunk/src/posix-sema.c [moved from trunk/gpgme/posix-sema.c with 100% similarity]
trunk/src/posix-util.c [moved from trunk/gpgme/posix-util.c with 100% similarity]
trunk/src/priv-io.h [moved from trunk/gpgme/priv-io.h with 100% similarity]
trunk/src/progress.c [moved from trunk/gpgme/progress.c with 100% similarity]
trunk/src/putc_unlocked.c [moved from trunk/gpgme/putc_unlocked.c with 100% similarity]
trunk/src/rungpg.c [moved from trunk/gpgme/rungpg.c with 100% similarity]
trunk/src/sema.h [moved from trunk/gpgme/sema.h with 100% similarity]
trunk/src/setenv.c [moved from trunk/gpgme/setenv.c with 100% similarity]
trunk/src/sig-notation.c [moved from trunk/gpgme/sig-notation.c with 100% similarity]
trunk/src/sign.c [moved from trunk/gpgme/sign.c with 100% similarity]
trunk/src/signers.c [moved from trunk/gpgme/signers.c with 100% similarity]
trunk/src/stpcpy.c [moved from trunk/gpgme/stpcpy.c with 100% similarity]
trunk/src/trust-item.c [moved from trunk/gpgme/trust-item.c with 100% similarity]
trunk/src/trustlist.c [moved from trunk/gpgme/trustlist.c with 100% similarity]
trunk/src/ttyname_r.c [moved from trunk/gpgme/ttyname_r.c with 100% similarity]
trunk/src/util.h [moved from trunk/gpgme/util.h with 100% similarity]
trunk/src/vasprintf.c [moved from trunk/gpgme/vasprintf.c with 100% similarity]
trunk/src/verify.c [moved from trunk/gpgme/verify.c with 100% similarity]
trunk/src/version.c [moved from trunk/gpgme/version.c with 100% similarity]
trunk/src/versioninfo.rc.in [moved from trunk/gpgme/versioninfo.rc.in with 100% similarity]
trunk/src/w32-glib-io.c [moved from trunk/gpgme/w32-glib-io.c with 100% similarity]
trunk/src/w32-io.c [moved from trunk/gpgme/w32-io.c with 100% similarity]
trunk/src/w32-qt-io.cpp [moved from trunk/gpgme/w32-qt-io.cpp with 100% similarity]
trunk/src/w32-sema.c [moved from trunk/gpgme/w32-sema.c with 100% similarity]
trunk/src/w32-util.c [moved from trunk/gpgme/w32-util.c with 100% similarity]
trunk/src/wait-global.c [moved from trunk/gpgme/wait-global.c with 100% similarity]
trunk/src/wait-private.c [moved from trunk/gpgme/wait-private.c with 100% similarity]
trunk/src/wait-user.c [moved from trunk/gpgme/wait-user.c with 100% similarity]
trunk/src/wait.c [moved from trunk/gpgme/wait.c with 100% similarity]
trunk/src/wait.h [moved from trunk/gpgme/wait.h with 100% similarity]
trunk/tests/ChangeLog
trunk/tests/Makefile.am
trunk/tests/gpg/Makefile.am
trunk/tests/gpgsm/Makefile.am

index 24493ba5a2a82ebec3c5fa9568256b7876bc7a1a..cd48b92b227a84ee8c52f2061b48ceab8e07095f 100644 (file)
@@ -1,3 +1,9 @@
+2008-11-03  Marcus Brinkmann  <marcus@g10code.com>
+
+       * configure.ac: Replace gpgme paths with src.
+       * gpgme: Move to ...
+       * src: ... this new directory.
+
 2008-10-20  Werner Koch  <wk@g10code.com>
 
        * configure.ac (AC_CONFIG_FILES): Add gpgme.h.
index c614f447700f71f1e58642e38eb828caf1879775..432bfca406fec6723eca1103762ead8fe844b2a3 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile.am - Top level Makefile for GPGME.
 # Copyright (C) 2000 Werner Koch (dd9jn)
-# Copyright (C) 2001, 2002, 2004, 2005 g10 Code GmbH
+# Copyright (C) 2001, 2002, 2004, 2005, 2008 g10 Code GmbH
 # 
 # This file is part of GPGME.
 # 
@@ -43,7 +43,7 @@ else
 tests = 
 endif
 
-SUBDIRS = ${assuan} gpgme ${tests} doc ${complus} lang
+SUBDIRS = ${assuan} src ${tests} doc ${complus} lang
 
 # Fix the version of the spec file and create a file named VERSION 
 # to be used for patch's Prereq: feature.
index cf15674e8a805f28544edc50d43a9e4582c3dee6..cc39213ce01d6f56cafcc57c28f5130461c78e7d 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-03  Marcus Brinkmann  <marcus@g10code.com>
+
+       * Makefile.am (INCLUDES): Replace gpgme path with src.
+
 2008-10-30  Marcus Brinkmann  <marcus@g10code.de>
 
        * assuan-pipe-connect.c: Fix prototype for _gpgme_io_spawn.  Cast
index 4607bc7c7d1ad5e9b027a8a7ec72ee980745c7db..9e0625a3fdf13f9f205596874afa19245f11908a 100644 (file)
@@ -20,7 +20,7 @@
 ## Process this file with automake to produce Makefile.in
 
 EXTRA_DIST = mkerrors
-INCLUDES = -I.. -I$(top_srcdir)/gpgme
+INCLUDES = -I.. -I$(top_srcdir)/src
 BUILT_SOURCES = assuan-errors.c
 MOSTLYCLEANFILES = assuan-errors.c
 
index 34c7508b20b438d51257c86a3518ead05e494e60..e4b175b102e59119435bcc34d4600fa837ddc351 100644 (file)
@@ -62,7 +62,7 @@ BUILD_REVISION=svn_revision
 PACKAGE=$PACKAGE_NAME
 VERSION=$PACKAGE_VERSION
 
-AC_CONFIG_SRCDIR(gpgme/gpgme.h.in)
+AC_CONFIG_SRCDIR(src/gpgme.h.in)
 dnl FIXME: Enable this with autoconf 2.59.
 dnl AC_CONFIG_MACRO_DIR(m4)
 AM_CONFIG_HEADER(config.h)
@@ -743,12 +743,12 @@ AC_SUBST(LTLIBOBJS)
 #
 # Create config files 
 
-AC_CONFIG_FILES(Makefile assuan/Makefile gpgme/Makefile
+AC_CONFIG_FILES(Makefile assuan/Makefile src/Makefile
                tests/Makefile tests/gpg/Makefile tests/gpgsm/Makefile
                doc/Makefile complus/Makefile
-                gpgme/versioninfo.rc
-                gpgme/gpgme.h)
-AC_CONFIG_FILES(gpgme/gpgme-config, chmod +x gpgme/gpgme-config)
+                src/versioninfo.rc
+                src/gpgme.h)
+AC_CONFIG_FILES(src/gpgme-config, chmod +x src/gpgme-config)
 AC_CONFIG_FILES([lang/Makefile lang/cl/Makefile lang/cl/gpgme.asd])
 AC_OUTPUT
 
similarity index 100%
rename from trunk/gpgme/ChangeLog
rename to trunk/src/ChangeLog
similarity index 100%
rename from trunk/gpgme/ath-pth.c
rename to trunk/src/ath-pth.c
similarity index 100%
rename from trunk/gpgme/ath.c
rename to trunk/src/ath.c
similarity index 100%
rename from trunk/gpgme/ath.h
rename to trunk/src/ath.h
similarity index 100%
rename from trunk/gpgme/context.h
rename to trunk/src/context.h
similarity index 100%
rename from trunk/gpgme/data-fd.c
rename to trunk/src/data-fd.c
similarity index 100%
rename from trunk/gpgme/data-mem.c
rename to trunk/src/data-mem.c
similarity index 100%
rename from trunk/gpgme/data.c
rename to trunk/src/data.c
similarity index 100%
rename from trunk/gpgme/data.h
rename to trunk/src/data.h
similarity index 100%
rename from trunk/gpgme/debug.c
rename to trunk/src/debug.c
similarity index 100%
rename from trunk/gpgme/debug.h
rename to trunk/src/debug.h
similarity index 100%
rename from trunk/gpgme/decrypt.c
rename to trunk/src/decrypt.c
similarity index 100%
rename from trunk/gpgme/delete.c
rename to trunk/src/delete.c
similarity index 100%
rename from trunk/gpgme/edit.c
rename to trunk/src/edit.c
similarity index 100%
rename from trunk/gpgme/encrypt.c
rename to trunk/src/encrypt.c
similarity index 100%
rename from trunk/gpgme/engine.c
rename to trunk/src/engine.c
similarity index 100%
rename from trunk/gpgme/engine.h
rename to trunk/src/engine.h
similarity index 100%
rename from trunk/gpgme/error.c
rename to trunk/src/error.c
similarity index 100%
rename from trunk/gpgme/export.c
rename to trunk/src/export.c
similarity index 100%
rename from trunk/gpgme/funopen.c
rename to trunk/src/funopen.c
similarity index 100%
rename from trunk/gpgme/genkey.c
rename to trunk/src/genkey.c
similarity index 100%
rename from trunk/gpgme/get-env.c
rename to trunk/src/get-env.c
similarity index 100%
rename from trunk/gpgme/gpgconf.c
rename to trunk/src/gpgconf.c
similarity index 100%
rename from trunk/gpgme/gpgme.c
rename to trunk/src/gpgme.c
similarity index 100%
rename from trunk/gpgme/gpgme.def
rename to trunk/src/gpgme.def
similarity index 100%
rename from trunk/gpgme/gpgme.h.in
rename to trunk/src/gpgme.h.in
similarity index 100%
rename from trunk/gpgme/gpgme.m4
rename to trunk/src/gpgme.m4
similarity index 100%
rename from trunk/gpgme/import.c
rename to trunk/src/import.c
similarity index 100%
rename from trunk/gpgme/isascii.c
rename to trunk/src/isascii.c
similarity index 100%
rename from trunk/gpgme/key.c
rename to trunk/src/key.c
similarity index 100%
rename from trunk/gpgme/keylist.c
rename to trunk/src/keylist.c
similarity index 100%
rename from trunk/gpgme/memrchr.c
rename to trunk/src/memrchr.c
similarity index 100%
rename from trunk/gpgme/mkstatus
rename to trunk/src/mkstatus
similarity index 100%
rename from trunk/gpgme/ops.h
rename to trunk/src/ops.h
similarity index 100%
rename from trunk/gpgme/posix-io.c
rename to trunk/src/posix-io.c
similarity index 100%
rename from trunk/gpgme/priv-io.h
rename to trunk/src/priv-io.h
similarity index 100%
rename from trunk/gpgme/progress.c
rename to trunk/src/progress.c
similarity index 100%
rename from trunk/gpgme/rungpg.c
rename to trunk/src/rungpg.c
similarity index 100%
rename from trunk/gpgme/sema.h
rename to trunk/src/sema.h
similarity index 100%
rename from trunk/gpgme/setenv.c
rename to trunk/src/setenv.c
similarity index 100%
rename from trunk/gpgme/sign.c
rename to trunk/src/sign.c
similarity index 100%
rename from trunk/gpgme/signers.c
rename to trunk/src/signers.c
similarity index 100%
rename from trunk/gpgme/stpcpy.c
rename to trunk/src/stpcpy.c
similarity index 100%
rename from trunk/gpgme/util.h
rename to trunk/src/util.h
similarity index 100%
rename from trunk/gpgme/verify.c
rename to trunk/src/verify.c
similarity index 100%
rename from trunk/gpgme/version.c
rename to trunk/src/version.c
similarity index 100%
rename from trunk/gpgme/w32-io.c
rename to trunk/src/w32-io.c
similarity index 100%
rename from trunk/gpgme/w32-sema.c
rename to trunk/src/w32-sema.c
similarity index 100%
rename from trunk/gpgme/w32-util.c
rename to trunk/src/w32-util.c
similarity index 100%
rename from trunk/gpgme/wait.c
rename to trunk/src/wait.c
similarity index 100%
rename from trunk/gpgme/wait.h
rename to trunk/src/wait.h
index 060c12ffd656d8dc3817afe37f109846b19e2244..088d5ba3436dbef12c8e903761f559444ce9db6b 100644 (file)
@@ -1,3 +1,9 @@
+2008-11-03  Marcus Brinkmann  <marcus@g10code.com>
+
+       * gpgsm/Makefile.am (INCLUDES, LDADD): Replace gpgme path with src.
+       * gpg/Makefile.am (INCLUDES, LDADD, t_thread1_LDADD): Likewise.
+       * Makefile.am (LDADD): Likewise.
+
 2008-06-19  Werner Koch  <wk@g10code.com>
 
        * gpg/t-gpgconf.c (dump_arg): Add new types.  Print strings in
index ceabc999253cb8a12b11083d92bb05c3c3bb1213..068f8865cb9bcf7a7f26aed1e70deac4dcae8ad7 100644 (file)
@@ -29,7 +29,7 @@ EXTRA_DIST = t-data-1.txt t-data-2.txt
 INCLUDES = -I$(top_srcdir)/gpgme
 
 AM_CPPFLAGS = @GPG_ERROR_CFLAGS@
-LDADD = ../gpgme/libgpgme.la @GPG_ERROR_LIBS@
+LDADD = ../src/libgpgme.la @GPG_ERROR_LIBS@
 
 noinst_PROGRAMS = $(TESTS)
 
index a0c3520c3e0d0a4595f0f2f0dc06e3cdae23cd17..f295fe6ef1c5dc1a557994193157c47c7bd68c69 100644 (file)
@@ -43,11 +43,11 @@ DISTCLEANFILES = pubring.gpg~ pubring.kbx~ random_seed gpg.conf gpg-agent.conf
 EXTRA_DIST = mkdemodirs pubdemo.asc secdemo.asc cipher-1.asc cipher-2.asc \
        geheim.txt pubkey-1.asc seckey-1.asc pinentry
 
-INCLUDES = -I$(top_srcdir)/gpgme
+INCLUDES = -I$(top_srcdir)/src
 
 AM_CPPFLAGS = @GPG_ERROR_CFLAGS@
-LDADD = ../../gpgme/libgpgme.la
-t_thread1_LDADD = ../../gpgme/libgpgme-pthread.la
+LDADD = ../../src/libgpgme.la
+t_thread1_LDADD = ../../src/libgpgme-pthread.la
 
 # We don't run t-genkey in the test suite, because it takes too long
 noinst_PROGRAMS = $(TESTS) t-genkey
index 74b9fbad5a1f236ec65e9cc4c396d730c5b19cc8..91a8cf733fd28cdbe624b333800ef7cca40cd609 100644 (file)
@@ -29,10 +29,10 @@ TESTS = t-import t-keylist t-encrypt t-verify t-decrypt t-sign t-export
 EXTRA_DIST = cert_dfn_pca01.der cert_dfn_pca15.der cert_g10code_test1.der \
        $(key_id)
 
-INCLUDES = -I$(top_srcdir)/gpgme
+INCLUDES = -I$(top_srcdir)/src
 
 AM_CPPFLAGS = @GPG_ERROR_CFLAGS@
-LDADD = ../../gpgme/libgpgme.la
+LDADD = ../../src/libgpgme.la
 
 # We don't run t-genkey in the test suite, because it takes too long
 # and needs a working pinentry.