diff options
author | danglassey <danglassey> | 2002-10-22 13:01:49 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-10-22 13:01:49 +0000 |
commit | caba6ff484a20e8ddc2d4912f0edbbe9f926499c (patch) | |
tree | ad16d42b45ac7d4ff93e63b95a4b273122dbc7fb /apps/X11/InstallMgr/po/Makefile.in | |
parent | d16a90fac71b7e403549e78d0f14d4de9ad65111 (diff) | |
download | sword-sf-cvs-caba6ff484a20e8ddc2d4912f0edbbe9f926499c.tar.gz |
sync with crosswire 20021022-1300
Diffstat (limited to 'apps/X11/InstallMgr/po/Makefile.in')
-rw-r--r-- | apps/X11/InstallMgr/po/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/X11/InstallMgr/po/Makefile.in b/apps/X11/InstallMgr/po/Makefile.in index fad13da..ffdf047 100644 --- a/apps/X11/InstallMgr/po/Makefile.in +++ b/apps/X11/InstallMgr/po/Makefile.in @@ -29,7 +29,7 @@ INSTALL_DATA = ${INSTALL} -m 644 MKINSTALLDIRS = $(top_srcdir)/./mkinstalldirs CC = gcc -GENCAT = +GENCAT = gencat GMSGFMT = PATH=../src:$$PATH /usr/bin/msgfmt MSGFMT = /usr/bin/msgfmt XGETTEXT = PATH=../src:$$PATH /usr/bin/xgettext @@ -37,7 +37,7 @@ MSGMERGE = PATH=../src:$$PATH msgmerge DEFS = -DHAVE_CONFIG_H CFLAGS = -g -O2 -Wall -Wunused -CPPFLAGS = -I/usr/lib/glib/include -I/usr/X11R6/include +CPPFLAGS = -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include INCLUDES = -I.. -I$(top_srcdir)/intl |