summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-09-20 15:21:35 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-09-20 15:21:35 +0000
commit20477d627e595249371cfff878b0e249d1c62cee (patch)
tree0492d5ae57f8984c99f2540575ebeb3fa7bb27a8 /lib
parent772d86eda16f6f09e9d8709d1d42570d63fce5ba (diff)
downloadmailutils-20477d627e595249371cfff878b0e249d1c62cee.tar.gz
mailutils-20477d627e595249371cfff878b0e249d1c62cee.tar.bz2
Fixed INCLUDES
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am12
1 files changed, 5 insertions, 7 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5873e44c7..3eb5e4a64 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -19,20 +19,18 @@
noinst_LTLIBRARIES = libmailutils.la
-SUBDIRS = posix
-
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@
+INCLUDES = -I${top_srcdir}/include -I${top_builddir}/include/mailutils/gnu @INTLINCS@
libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.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 \
- strcasecmp.c strsignal.c xstrtol.c vasprintf.c vsyslog.c \
- utmp.c
+ realloc.c setenv.c snprintf.c strncasecmp.c \
+ strcasecmp.c strsignal.c xstrtol.c vasprintf.c vsyslog.c \
+ utmp.c
noinst_HEADERS = error.h fnmatch.h md5.h \
mu_dbm.h\
- regex.h snprintf.h xalloc.h xstrtol.h obstack.h \
+ snprintf.h xalloc.h xstrtol.h obstack.h \
mu_asprintf.h
libmailutils_la_LIBADD = @LTLIBOBJS@ @ALLOCA@

Return to:

Send suggestions and report system problems to the System administrator.