minor cleanups

This commit is contained in:
Werner Koch 2004-02-12 09:28:32 +00:00
parent 0bcd5e329b
commit 584784ba6d
2 changed files with 3 additions and 3 deletions

View File

@ -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 \

View File

@ -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)
{