diff options
author | Werner Koch <wk@gnupg.org> | 2014-01-29 17:39:22 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-01-29 17:45:05 +0100 |
commit | 25b4c2acbd01f9b4c2c364f44c53b73498ed8469 (patch) | |
tree | 7e314c735d3f0b95947a4af7aafa31081bf14096 /common/Makefile.am | |
parent | gpg: Add another card vendor id. (diff) | |
download | gnupg2-25b4c2acbd01f9b4c2c364f44c53b73498ed8469.tar.xz gnupg2-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 <wk@gnupg.org>
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 554918b04..a777a344b 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -20,7 +20,7 @@ EXTRA_DIST = mkstrtable.awk exaudit.awk exstatus.awk ChangeLog-2011 \ audit-events.h status-codes.h README.jnlib ChangeLog.jnlib \ - w32info-rc.h.in gnupg.ico + ChangeLog-2011.include w32info-rc.h.in gnupg.ico noinst_LIBRARIES = libcommon.a libcommonpth.a libgpgrl.a if !HAVE_W32CE_SYSTEM @@ -41,7 +41,7 @@ include $(top_srcdir)/am/cmacros.am jnlib_sources = \ libjnlib-config.h \ - types.h dynload.h w32help.h \ + types.h host2net.h dynload.h w32help.h \ stringhelp.c stringhelp.h \ strlist.c strlist.h \ utf8conv.c utf8conv.h \ |