From 8cec5cf35f17568009c70d37bb8b2a1f360d3422 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 11 Oct 2001 08:40:42 +0000 Subject: 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) --- source3/po/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/po') 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 -- cgit