Mercurial > masqmail-0.2
comparison src/libident/Makefile.am @ 0:08114f7dcc23 0.2.21
this is masqmail-0.2.21 from oliver kurth
author | meillo@marmaro.de |
---|---|
date | Fri, 26 Sep 2008 17:05:23 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:08114f7dcc23 |
---|---|
1 EXTRA_DIST=README_MASQMAIL | |
2 | |
3 AM_CFLAGS=@CFLAGS@ -D_GNU_SOURCE -DHAVE_ANSIHEADERS | |
4 | |
5 noinst_LIBRARIES=libident.a | |
6 | |
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 |