masqmail

view src/libident/Makefile.am @ 280:72e377210d5e

heavy refactoring of deliver.c I need to have closer looks in there; seems as if there are possibilies to clean up
author markus schnalke <meillo@marmaro.de>
date Mon, 06 Dec 2010 18:07:01 -0300
parents
children
line source
1 EXTRA_DIST=README_MASQMAIL
3 AM_CFLAGS=@CFLAGS@ -D_GNU_SOURCE -DHAVE_ANSIHEADERS
5 noinst_LIBRARIES=libident.a
7 libident_a_SOURCES=\
8 ident.h\
9 ident.c\
10 id_open.c\
11 id_close.c\
12 id_query.c\
13 id_parse.c\
14 support.c\
15 version.c