summaryrefslogtreecommitdiff
path: root/source3/po
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-10-11 08:40:42 +0000
committerAndrew Tridgell <tridge@samba.org>2001-10-11 08:40:42 +0000
commit8cec5cf35f17568009c70d37bb8b2a1f360d3422 (patch)
treefa7146c88d50687390a8a909571cc97b96d37485 /source3/po
parentd5a62df4c569e5f82186900c5770c59a5c384587 (diff)
downloadsamba-8cec5cf35f17568009c70d37bb8b2a1f360d3422.tar.gz
samba-8cec5cf35f17568009c70d37bb8b2a1f360d3422.tar.bz2
samba-8cec5cf35f17568009c70d37bb8b2a1f360d3422.zip
first step in converting the head branch to use lang_tdb.c instead
of gettext for internationalisation support. There is more to do (This used to be commit ab7f67677a1ade4669e5c2750d0a38422ea616a9)
Diffstat (limited to 'source3/po')
-rw-r--r--source3/po/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/po/Makefile.in b/source3/po/Makefile.in
index 2c2c1dd495..ee04c02ef2 100644
--- a/source3/po/Makefile.in
+++ b/source3/po/Makefile.in
@@ -16,7 +16,7 @@ SHELL = /bin/sh
srcdir = .
top_srcdir = ..
-prefix = /usr/local/samba
+prefix = /home/tridge/prefix
exec_prefix = ${prefix}
datadir = $(prefix)/share
localedir = $(datadir)/locale
@@ -36,8 +36,8 @@ XGETTEXT = PATH=../src:$$PATH /usr/bin/xgettext
MSGMERGE = PATH=../src:$$PATH msgmerge
DEFS = -DHAVE_CONFIG_H
-CFLAGS = -O
-CPPFLAGS =
+CFLAGS = -O -g -Wall -I/usr/local/include
+CPPFLAGS = -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
INCLUDES = -I.. -I$(top_srcdir)/intl -I$(top_srcdir)/include