12345678910111213141516171819 |
- # Copyright 1999-2014 the Claws Mail team.
- # This file is part of Claws Mail package, and distributed under the
- # terms of the General Public License version 3 (or later).
- # See COPYING file for license details.
- MACROS = \
- check-type.m4 \
- gnupg-check-typedef.m4 \
- aspell.m4 \
- spamassassin.m4 \
- gnupg.m4
- EXTRA_DIST = codeset.m4 glibc21.m4 intdiv0.m4 intmax.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 longdouble.m4 longlong.m4 printf-posix.m4 signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.m4 glibc2.m4 $(MACROS) \
- missing/gdk-pixbuf.m4 \
- missing/gettext.m4 \
- missing/gpgme.m4
- .PHONY: test
|