1Description:
2
3Files:
4
5Depends-on:
6
7configure.ac:
8
9Makefile.am:
10AUTOMAKE_OPTIONS += no-dependencies
11
12# Hmm... is this still necessary?
13AM_CPPFLAGS += -I$(top_builddir)/intl -I$(top_srcdir)/intl
14
15# Parametrization of the 'relocatable' module.
16AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1
17
18# Tell the mingw or Cygwin linker which symbols to export.
19if WOE32DLL
20AM_CPPFLAGS += @INTL_EXPORTS_FLAGS@
21endif
22
23Include:
24
25License:
26GPL
27
28Maintainer:
29Bruno Haible
30
31