Commit 6a2d5225 6a2d52253e78b27300b1d579c81bc2a05c606e83 by Sergey Poznyakoff

(INCLUDES): Fixed path.

1 parent 24a15db8
...@@ -6,10 +6,9 @@ noinst_LTLIBRARIES = libmailutils.la ...@@ -6,10 +6,9 @@ noinst_LTLIBRARIES = libmailutils.la
6 6
7 SUBDIRS = posix 7 SUBDIRS = posix
8 8
9 INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/include/gnu 9 INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/include/mailutils/gnu
10 libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \ 10 libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \
11 mu_dbm.c xstrdup.c xmalloc.c \ 11 mu_dbm.c xstrdup.c xmalloc.c
12 pin.c
13 12
14 EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \ 13 EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \
15 realloc.c setenv.c snprintf.c strncasecmp.c \ 14 realloc.c setenv.c snprintf.c strncasecmp.c \
......