From 6a2d52253e78b27300b1d579c81bc2a05c606e83 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 5 Dec 2002 12:47:26 +0000 Subject: (INCLUDES): Fixed path. --- lib/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index a25881746..1477b9432 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -6,10 +6,9 @@ noinst_LTLIBRARIES = libmailutils.la SUBDIRS = posix -INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/include/gnu +INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/include/mailutils/gnu libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \ - mu_dbm.c xstrdup.c xmalloc.c \ - pin.c + mu_dbm.c xstrdup.c xmalloc.c EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \ realloc.c setenv.c snprintf.c strncasecmp.c \ -- cgit v1.2.1