Mercurial > masqmail
view src/md5/Makefile.am @ 419:d209b4846f2b
The pid files goes to /var/run/masqmail.pid now. Added --with-piddir.
Now we can change the pid dir to /run on system that did this transition.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Tue, 29 May 2012 21:35:17 +0200 |
parents | 10da50168dab |
children |
line wrap: on
line source
AM_CFLAGS=@CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE noinst_LIBRARIES=libmd5.a noinst_PROGRAMS=hmactest hmactest_SOURCES=\ md5.h\ md5.c\ hmac_md5.h\ hmac_md5.c\ hmactest.c libmd5_a_SOURCES=\ md5.h\ md5.c\ hmac_md5.h\ hmac_md5.c