move rx.[hc].
[apps/madmutt.git] / lib-lib / Makefile.am
1 noinst_LIBRARIES = liblib.a
2
3 liblib_a_SOURCES = mem.h str.h ascii.h buffer.h hash.h list.h file.h mapping.h \
4                          str.c ascii.c buffer.c hash.c list.c file.c mapping.c \
5                    \
6                    date.h debug.h rx.h                                         \
7                    date.c debug.c rx.c
8
9 noinst_HEADERS   = mem.h str.h ascii.h buffer.h hash.h list.h file.h mapping.h \
10                    date.h debug.h rx.h
11
12 -include ../cflags.mk