EXTRA_DIST = configure muttconfig.h.in

noinst_LIBRARIES = libmutt.a

libmutt_a_SOURCES = \
	attach.c 	\
	buffy.c 	\
	charset.c 	\
	copy.c 		\
	date.c 		\
	dotlock.c	\
	filter.c 	\
	flags.c 	\
	from.c 		\
	getdomain.c	\
	globals.c 	\
	handler.c 	\
	hash.c 		\
	imap.c 		\
	init.c 		\
	lib.c 		\
	mbox.c		\
	mh.c 		\
	mx.c 		\
	parse.c 	\
	pattern.c 	\
	pop.c 		\
	rfc1524.c 	\
	rfc2047.c 	\
	rfc822.c 	\
	score.c 	\
	sendlib.c 	\
	signal.c 	\
	socket.c	\
	sort.c 		\
	system.c 	\
	thread.c	\
	acconfig.h	\
	attach.h	\
	buffy.h		\
	charset.h 	\
	copy.h		\
	dotlock.h	\
	functions.h	\
	globals.h	\
	hash.h		\
	history.h	\
	imap.h		\
	init.h		\
	keymap.h	\
	mailbox.h	\
	mapping.h	\
	mime.h		\
	mutt.h		\
	mutt_curses.h	\
	mutt_menu.h	\
	mutt_regex.h	\
	mutt_socket.h	\
	mx.h		\
	pager.h		\
	parse.h		\
	protos.h	\
	rfc1524.h	\
	rfc2047.h	\
	rfc822.h	\
	sort.h		\
	thread_msgs.h

#CPPFLAGS=-DSHAREDIR=\"$(sharedir)\" -DLIBMUTT -DVERSION=\"$(VERSION)\"
CPPFLAGS=-DSHAREDIR=\"$(sharedir)\" -DSYSCONFDIR=\"$(sysconfdir)\" -DLIBMUTT
INCLUDES=-I.


syntax highlighted by Code2HTML, v. 0.9.1