(INCLUDES): Fixed path.
Showing
1 changed file
with
2 additions
and
3 deletions
... | @@ -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 \ | ... | ... |
-
Please register or sign in to post a comment