From 1430f3ae274e48ee84c91c26bee7db21e8b92ec7 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 28 Aug 2005 14:55:13 +0000 Subject: [PATCH] Add support to compile mxget for standalone use. svn path=/trunk/; revision=4275 --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2e38ef2e..6517be76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,7 +55,7 @@ fetchmail_SOURCES= fetchmail.h getopt.h \ smbmd4.c smbutil.c lock.c \ rcfile_l.l rcfile_y.y ucs/norm_charmap.c -check_PROGRAMS += rfc822 unmime netrc rfc2047e +check_PROGRAMS += rfc822 unmime netrc rfc2047e mxget rfc2047e_CFLAGS= -DTEST @@ -67,6 +67,9 @@ unmime_CFLAGS= -DSTANDALONE -DHAVE_CONFIG_H -I$(builddir) netrc_SOURCES= netrc.c xmalloc.c report.c netrc_CFLAGS= -DSTANDALONE -DHAVE_CONFIG_H -I$(builddir) +mxget_SOURCES= mxget.c +mxget_CFLAGS= -DSTANDALONE -DHAVE_CONFIG_H -I$(builddir) + # For some losing Unix makes. SHELL = /bin/sh @SET_MAKE@ -- 2.43.2