Mercurial > masqmail
view src/base64/Makefile.am @ 91:3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
on install the correct path to the masqmail executable gets
inserted into the rmail script now.
now documentation, examples, and the templates are removed on
uninstall. Empty directories are the only thing that may remain
if one installs masqmail into an unusual path.
author | meillo@marmaro.de |
---|---|
date | Mon, 21 Jun 2010 09:40:16 +0200 |
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@