diff options
author | Werner Koch <[email protected]> | 2014-01-29 16:39:22 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-01-29 16:45:05 +0000 |
commit | 25b4c2acbd01f9b4c2c364f44c53b73498ed8469 (patch) | |
tree | 7e314c735d3f0b95947a4af7aafa31081bf14096 /configure.ac | |
parent | gpg: Add another card vendor id. (diff) | |
download | gnupg-25b4c2acbd01f9b4c2c364f44c53b73498ed8469.tar.gz gnupg-25b4c2acbd01f9b4c2c364f44c53b73498ed8469.zip |
include: Remove this directory.
* include/cipher.h: Move to ...
* g10/cipher.h: here.
* agent/gpg-agent.c: Adjust header file name.
* include/host2net.h: Move to ...
* common/host2net.h: here. Change license to LGPLv3/GPLv2. Adjust
notices to reflect that only me worked on that file.
* include/types.h: Remove.
* common/types.h: Include inttypes.h. Add byte typedef and comments
for __riscos__.
* common/iobuf.h: Adjust header file name.
* include/_regex.h: Remove this unused file.
* include/Makefile.am: Remove.
* Makefile.am (SUBDIRS): Remove "include".
* configure.ac (AC_CONFIG_FILES): Remove include/Makefile.
* include/ChangeLog-2011: Move to ...
* common/ChangeLog-2011.include: here.
* common/Makefile.am (EXTRA_DIST): Add file.
* include/zlib-riscos.h: Move this repo only file to ...
* g10/zlib-riscos.h: here.
* include/: Remove.
--
include/ was a leftover from GnuPG 1.x times.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c31cc3370..f4b2d388c 100644 --- a/configure.ac +++ b/configure.ac @@ -1710,7 +1710,6 @@ AC_CONFIG_FILES([ m4/Makefile Makefile po/Makefile.in gl/Makefile -include/Makefile common/Makefile common/w32info-rc.h kbx/Makefile |