blob: 4cad86d658484c49b8d94ed8ea3282f381db3269 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Description:
Files:
Depends-on:
configure.ac:
Makefile.am:
AUTOMAKE_OPTIONS += no-dependencies
# Hmm... is this still necessary?
AM_CPPFLAGS += -I$(top_builddir)/intl -I$(top_srcdir)/intl
# Parametrization of the 'relocatable' module.
AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1
Include:
License:
GPL
Maintainer:
Bruno Haible
|