1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

common: Add header file and build the new code.

* common/Makefile.am (common_sources): Add new files.
* common/sh-exectool.h: New file.

Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2015-11-30 13:00:11 +01:00
parent 2ae07f826a
commit d955cb5e07
3 changed files with 38 additions and 2 deletions

View file

@ -25,9 +25,9 @@
#include <errno.h>
#include <assert.h>
#include "g13-syshelp.h"
#include <assuan.h>
#include "i18n.h"
#include "logging.h"
#include "membuf.h"
#include "exechelp.h"
#include "sysutils.h"