Mercurial > masqmail
view src/base64/Makefile.am @ 16:163aa299bedb
fixed man pages
added backslashes to dashes (to satisfy Debian)
removed wrong sentence about /etc/aliases. Thanks to Alexis. (Closes Debian bug #480477)
fixed typos reported by Reuben Thomas. (Closes Debian bug #427096)
author | meillo@marmaro.de |
---|---|
date | Thu, 06 Nov 2008 09:33:32 +0100 |
parents | 08114f7dcc23 |
children |
line wrap: on
line source
AM_CFLAGS=@CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE noinst_LIBRARIES=libbase64.a noinst_PROGRAMS=base64enc base64dec base64enc_SOURCES=\ base64.h\ base64enc.c\ base64.c base64dec_SOURCES=\ base64.h\ base64dec.c\ base64.c libbase64_a_SOURCES=\ base64.h\ base64.c base64enc_LDADD=@GLIB_LIBS@ base64dec_LDADD=@GLIB_LIBS@