From 11ba27271f8e085b06c79b732cf92f88e492f487 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 4 May 2020 03:04:59 +0200 Subject: Add fm_realpath(): a malloc()ating realpath() wrapper. --- Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 77fe40f5..2ba02438 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,7 @@ DEPENDENCIES= libfm.a $(LIBOBJS) check_PROGRAMS= -TESTS= t.smoke t.validate-xhtml10 t.validate-xhtml t.x509_name_match +TESTS= t.smoke t.validate-xhtml10 t.validate-xhtml t.x509_name_match t.realpath LOG_COMPILER= env LC_ALL=C TZ=UTC $(SHELL) if NEED_TRIO @@ -72,7 +72,8 @@ fetchmail_SOURCES= fetchmail.h getopt.h \ unmime.c conf.c checkalias.c uid_db.h uid_db.c\ lock.h lock.c \ rcfile_l.l rcfile_y.y \ - ucs/norm_charmap.c ucs/norm_charmap.h + ucs/norm_charmap.c ucs/norm_charmap.h \ + fm_realpath.c if POP2_ENABLE fetchmail_SOURCES += pop2.c endif @@ -102,7 +103,9 @@ fetchmail_SOURCES += libesmtp/getaddrinfo.h libesmtp/getaddrinfo.c endif check_PROGRAMS += rfc822 unmime netrc rfc2047e mxget rfc822valid \ - x509_name_match + x509_name_match fm_realpath + +fm_realpath_CFLAGS= -DTEST rfc2047e_CFLAGS= -DTEST -- cgit v1.2.3