begin to work on a lib-mime that will hold most of the MIME related stuff.
[apps/madmutt.git] / lib-mime / Makefile.am
diff --git a/lib-mime/Makefile.am b/lib-mime/Makefile.am
new file mode 100644 (file)
index 0000000..1e8cda2
--- /dev/null
@@ -0,0 +1,6 @@
+noinst_LIBRARIES = libmime.a
+
+libmime_a_SOURCES = mime.h rfc2231.c
+
+noinst_HEADERS    = mime.h
+