summaryrefslogtreecommitdiff
path: root/utils/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Makefile.am')
-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\"