move parse.c into rfc822parse.c in the lib-mime as it's what it's about
[apps/madmutt.git] / lib-mime / Makefile.am
1 noinst_LIBRARIES = libmime.a
2
3 libmime_a_SOURCES = mime.h mime.c rfc822address.c rfc822parse.c rfc2047.c rfc2231.c
4
5 noinst_HEADERS    = mime.h
6
7 -include ../cflags.mk