sort out some prototypes, put them where they belong.
[apps/madmutt.git] / lib-lib / Makefile.am
1 noinst_LIBRARIES = liblib.a
2
3 liblib_a_SOURCES = lib-lib.h mem.h macros.h \
4                    str.h ascii.h buffer.h hash.h list.h file.h mapping.h \
5                    str.c ascii.c buffer.c hash.c list.c file.c mapping.c \
6                    \
7                    date.h rx.h url.h                                   \
8                    date.c rx.c url.c
9
10 noinst_HEADERS   = lib-lib.h mem.h macros.h \
11                    str.h ascii.h buffer.h hash.h list.h file.h mapping.h \
12                    date.h rx.h url.h
13
14 -include ../cflags.mk