drop mem_alloc and mem_free, use my own hand crafted optmized macros that
[apps/madmutt.git] / lib-lib / Makefile.am
1 noinst_LIBRARIES = liblib.a
2
3 liblib_a_SOURCES = mem.c
4
5 noinst_HEADERS = mem.h
6