Mercurial > masqmail
view src/base64/Makefile.am @ 216:84bf7a6b6ccd
added misc/list-versions
This script helps to check if the versions numbers in the project
are the same as the one for the release. This script is motivated
by the 0.2.27 release in which masqmail introduces itself as being
version 0.2.26.
author | meillo@marmaro.de |
---|---|
date | Mon, 19 Jul 2010 14:01:13 +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@