diff options
author | Bruno Haible <bruno@clisp.org> | 2007-07-07 17:00:31 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:00 +0200 |
commit | c28b1974d2253c0ed66076e8516e816ac6afccd4 (patch) | |
tree | cf57cdee37aeac5a5c6b297d34296ec039a64559 /os2 | |
parent | d3d4d95db9c6d346e50711d3f3ed283e49e6f789 (diff) | |
download | external_gettext-c28b1974d2253c0ed66076e8516e816ac6afccd4.zip external_gettext-c28b1974d2253c0ed66076e8516e816ac6afccd4.tar.gz external_gettext-c28b1974d2253c0ed66076e8516e816ac6afccd4.tar.bz2 |
libuniname is gone.
Diffstat (limited to 'os2')
-rw-r--r-- | os2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/Makefile b/os2/Makefile index cb31fb4..acbf2b3 100644 --- a/os2/Makefile +++ b/os2/Makefile @@ -47,7 +47,7 @@ INST = emx/ # Tools CC = gcc -c CFLAGS = -Wall -Zmt $(INCLUDE) $(DEFS) -INCLUDE = -I. -I$(ROOT) -I$(ROOT)intl -I$(ROOT)src -I$(ROOT)lib -I$(ROOT)libuniname +INCLUDE = -I. -I$(ROOT) -I$(ROOT)intl -I$(ROOT)src -I$(ROOT)lib DEFS = -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib\" \ -DLOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale\" \ -DGETTEXTDATADIR=\"/usr/share/gettext\" \ |