missing include
[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 noinst_HEADERS   = mem.h str.h ascii.h buffer.h hash.h list.h file.h mapping.h
7
8 -include ../cflags.mk