Makefile.am 267 Bytes
noinst_LIBRARIES = libmailutils.a

libmailutils_a_SOURCES = getopt.c getopt1.c md5.c getline.c snprintf.c \
	xstrdup.c xstrtol.c xmalloc.c argcv.c

noinst_HEADERS = getopt.h md5.h getline.h snprintf.h xstrtol.h xalloc.h argcv.h

CFLAGS = -Wall -pedantic -g -DTESTING