author | Sergey Poznyakoff <gray@gnu.org.ua> | 2003-01-20 13:20:37 (GMT) |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org.ua> | 2003-01-20 13:20:37 (GMT) |
commit | 9dd12f5e8181a3bf859f9af64a867ab646ee5378 (patch) (side-by-side diff) | |
tree | 8c23acc76a19d8afd83a4b3432b9baf10e330c5a /lib | |
parent | e12bdf7f3ed5bb5d4fb653bb79b964ee78c7066e (diff) | |
download | mailutils-9dd12f5e8181a3bf859f9af64a867ab646ee5378.tar.gz mailutils-9dd12f5e8181a3bf859f9af64a867ab646ee5378.tar.bz2 |
(INCLUDES): Added @INTLINCS@
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 1fccdf9..f82b493 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -21,7 +21,7 @@ noinst_LTLIBRARIES = libmailutils.la SUBDIRS = posix -INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/include/mailutils/gnu +INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@ libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \ mu_dbm.c xstrdup.c xmalloc.c |