aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------gint0
-rw-r--r--lib/.gitignore26
-rw-r--r--src/Makefile.am2
-rw-r--r--testsuite/Makefile.am2
4 files changed, 28 insertions, 2 deletions
diff --git a/gint b/gint
-Subproject a5774356a1c12d1bcb55b6322710e347e1604fc
+Subproject fd86bf7d44b0c970771830692ae7491447ebe8b
diff --git a/lib/.gitignore b/lib/.gitignore
index 691e3e1..a3fb283 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -8,36 +8,48 @@ configmake.h
errno.h
errno.in.h
error.c
error.h
exitfail.c
exitfail.h
+fseek.c
fseeko.c
+fstat.c
getdelim.c
getline.c
getopt.c
getopt.h
getopt.in.h
getopt1.c
getopt_int.h
getpass.c
getpass.h
gettext.h
+gettimeofday.c
gnulib.mk
intprops.h
langinfo.h
langinfo.in.h
localcharset.c
localcharset.h
+locale.h
+locale.in.h
+localeconv.c
lseek.c
malloc.c
malloca.c
malloca.h
malloca.valgrind
mbrtowc.c
mbsinit.c
+mbtowc-impl.h
+mbtowc.c
+msvc-inval.c
+msvc-inval.h
+msvc-nothrow.c
+msvc-nothrow.h
nl_langinfo.c
obstack.c
obstack.h
realloc.c
ref-add.sed
ref-add.sin
@@ -61,22 +73,36 @@ stdio-write.c
stdio.h
stdio.in.h
stdlib.h
stdlib.in.h
strdup.c
streq.h
+strerror-override.c
+strerror-override.h
strerror.c
string.h
string.in.h
+sys
+sys_stat.h
+sys_stat.in.h
+sys_time.h
+sys_time.in.h
+sys_types.h
+sys_types.in.h
sysexits.h
sysexits.in.h
+time.h
+time.in.h
+unistd.c
unistd.h
unistd.in.h
verify.h
wchar.h
wchar.in.h
wcrtomb.c
+wctype-h.c
wctype.h
wctype.in.h
xalloc-die.c
+xalloc-oversized.h
xalloc.h
xmalloc.c
diff --git a/src/Makefile.am b/src/Makefile.am
index d28dea3..9e6b08e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -97,13 +97,13 @@ AM_LFLAGS = -dvp
EXTRA_DIST = getopt.m4 env.opt
BUILT_SOURCES = env.c
localedir = $(datadir)/locale
DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\"
-INCLUDES = @ADD_INCLUDES@ @LIBGNUTLS_INCLUDES@ -I$(top_srcdir)/lib
+AM_CPPFLAGS = @ADD_INCLUDES@ @LIBGNUTLS_INCLUDES@ -I$(top_srcdir)/lib
SUFFIXES=.opt .c
.opt.c:
m4 -s $(top_srcdir)/src/getopt.m4 $< | sed '1d' > $@
FLOWCHART_FILES=$(anubis_SOURCES) $(libanubisdb_a_SOURCES)
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index ef5fba7..c60e248 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -22,13 +22,13 @@ RUNTESTFLAGS =
CLEANFILES = *.log
test_dirs = lib anubis anubis.authmode
noinst_PROGRAMS = mta findport
SUBDIRS = . etc data
mta_LDADD = @LIBGNUTLS_LIBS@
-INCLUDES = @LIBGNUTLS_INCLUDES@
+AM_CPPFLAGS = @LIBGNUTLS_INCLUDES@
dist-hook:
here=`cd $(top_builddir)/$(subdir) && pwd`; \
srcdir=`cd $(srcdir) && pwd`; \
distdir=`cd $(distdir) && pwd`; \
for dir in $(test_dirs); \

Return to:

Send suggestions and report system problems to the System administrator.