# Makefile.am - makefile for WinPT # Copyright (C) 2005 g10 Code GmbH # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ## Process this file with automake to produce Makefile.in noinst_LIBRARIES = libgnupg.a AM_CPPFLAGS = -DWIN32 -D_MBCS -D_LIB AM_CFLAGS = -fexceptions libgnupg_a_SOURCES = \ armor.c \ iobuf.c \ kbnode.c \ md.c \ md.h \ md5.c \ openpgp.h \ packet.h \ parse-packet.c \ rmd160.c \ sha1.c