[FriBidi-commit] fribidi/bin gettext.h, NONE, 1.1 Makefile.am, 1.3,
1.4
Behdad Esfahbod
behdad at pdx.freedesktop.org
Tue May 25 04:35:41 PDT 2004
Update of /cvs/fribidi/fribidi/bin
In directory pdx:/tmp/cvs-serv14654
Modified Files:
Makefile.am
Added Files:
gettext.h
Log Message:
Added a dummy gettext.h that simply defines "gettext" to null.
--- NEW FILE: gettext.h ---
#undef gettext
#define gettext
Index: Makefile.am
===================================================================
RCS file: /cvs/fribidi/fribidi/bin/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/Makefile.am 22 May 2004 11:21:40 -0000 1.3
+++ b/Makefile.am 25 May 2004 11:35:39 -0000 1.4
@@ -2,7 +2,7 @@
noinst_PROGRAMS = fribidi-benchmark
-getopt_SOURCES = getopt.c getopt1.c getopt_int.h getopt.h
+getopt_SOURCES = getopt.c getopt1.c getopt_int.h getopt.h gettext.h
fribidi_SOURCES = fribidi-main.c $(getopt_SOURCES)
More information about the FriBidi-Commit
mailing list