summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-10-12 20:04:57 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-10-12 20:04:57 +0000
commit98d2e2929e86406f709fe14eb1c598db63bfd339 (patch)
tree72f489e2bbccddf96445a259c9932857ec82423c /utils
parent65dfb0b64b6b7bdae8765bcd0d47f89c0b3aa2bb (diff)
downloadgdm-98d2e2929e86406f709fe14eb1c598db63bfd339.tar.gz
Apply patch from Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de> for
Fri Oct 12 12:52:08 2001 George Lebl <jirka@5z.com> * configure.in, daemon/Makefile.am, gui/Makefile.am, utils/Makefile.am: Apply patch from Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de> for compatibility with automake 1.5 and autoconf 2.50 * config/locale.alias, gui/languages.c: Make russian use KOI8-R and add ukrainian
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index d24fce3e..ea97003b 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -1,9 +1,9 @@
## Process this file with automake to produce makefile.in
-CFLAGS += -g -Wall \
+CFLAGS = @CFLAGS@ -g -Wall \
-Wpointer-arith \
-Wmissing-prototypes -Wmissing-declarations
-DEFS += -DGDM_CONFIG_FILE=\"@sysconfdir@/gdm/gdm.conf\" \
+DEFS = @DEFS@ -DGDM_CONFIG_FILE=\"@sysconfdir@/gdm/gdm.conf\" \
-DGDM_FACTORY_CONFIG_FILE=\"@sysconfdir@/gdm/factory-gdm.conf\" \
-DGDM_GLADE_DIR=\"@datadir@/gdm\"