Mercurial > masqmail
diff src/base64/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 (2008-09-26) |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/base64/Makefile.am Fri Sep 26 17:05:23 2008 +0200 @@ -0,0 +1,21 @@ +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@