summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
{