More things to the Mime package.
[apps/madmutt.git] / lib-lib / Makefile.am
1 noinst_LIBRARIES = liblib.a
2
3 liblib_a_SOURCES = lib-lib.h mem.h \
4                    str.h utf8.h buffer.h hash.h array.h list.h file.h mapping.h date.h rx.h url.h \
5                    str.c utf8.c buffer.c hash.c array.c list.c file.c mapping.c date.c rx.c url.c
6
7 noinst_HEADERS   = lib-lib.h mem.h \
8                    str.h utf8.h buffer.h hash.h array.h list.h file.h mapping.h date.h rx.h url.h
9
10 -include $(top_builddir)/tools/cflags.mk