summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-02-12 10:28:32 +0100
committerWerner Koch <wk@gnupg.org>2004-02-12 10:28:32 +0100
commit584784ba6d6db6f24d3310f2d458cae50380792b (patch)
tree9bfe0fc4a9d398cc8291e5fa756d45942594b920 /common
parentNew (diff)
downloadgnupg2-584784ba6d6db6f24d3310f2d458cae50380792b.tar.xz
gnupg2-584784ba6d6db6f24d3310f2d458cae50380792b.zip
minor cleanups
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am3
-rw-r--r--common/sysutils.c3
2 files changed, 3 insertions, 3 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 393e48435..a5d2a4e5d 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -20,11 +20,10 @@
## Process this file with automake to produce Makefile.in
EXTRA_DIST = mkerrors mkerrtok
-#INCLUDES =
noinst_LIBRARIES = libcommon.a libsimple-pwquery.a
-AM_CPPFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS)
+AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS)
libcommon_a_SOURCES = \
util.h i18n.h \
diff --git a/common/sysutils.c b/common/sysutils.c
index 6eb40b125..4948af57f 100644
--- a/common/sysutils.c
+++ b/common/sysutils.c
@@ -117,7 +117,8 @@ get_session_marker( size_t *rlen )
}
-#if 0 /* not yet needed */
+#if 0 /* not yet needed - Note that this will require inclusion of
+ cmacros.am in Makefile.am */
int
check_permissions(const char *path,int extension,int checkonly)
{