summaryrefslogtreecommitdiff
path: root/gui/Makefile.am
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2003-03-05 23:17:59 +0000
committerGeorge Lebl <jirka@src.gnome.org>2003-03-05 23:17:59 +0000
commit40863fa75de2210015a69afb6a75688dd08271f2 (patch)
tree0e0c430c65b60ab9268b7ccea9ce778345eb8151 /gui/Makefile.am
parent0be1c67ce9603e3880905a7bd1154e7901255ef8 (diff)
downloadgdm-40863fa75de2210015a69afb6a75688dd08271f2.tar.gz
Fix Solaris build, a patch from Niall Power <Niall.Power@Sun.COM>
Wed Mar 05 15:11:49 2003 George Lebl <jirka@5z.com> * configure.in, daemon/Makefile.am, gui/Makefile.am, gui/greeter/Makefile.am, utils/Makefile.am, vicious-extensions/Makefile.am, daemon/slave.c, daemon/choose.c: Fix Solaris build, a patch from Niall Power <Niall.Power@Sun.COM>
Diffstat (limited to 'gui/Makefile.am')
-rw-r--r--gui/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/gui/Makefile.am b/gui/Makefile.am
index 3ccf73b6..88810156 100644
--- a/gui/Makefile.am
+++ b/gui/Makefile.am
@@ -1,10 +1,6 @@
SUBDIRS = . greeter
## Process this file with automake to produce makefile.in
-CFLAGS = @CFLAGS@ -g -Wall \
- -Wpointer-arith \
- -Wmissing-prototypes -Wmissing-declarations
-
DEFS = @DEFS@ -DGDM_CONFIG_FILE=\"@sysconfdir@/gdm/gdm.conf\" \
-DGDM_FACTORY_CONFIG_FILE=\"@sysconfdir@/gdm/factory-gdm.conf\" \
-DGDM_GLADE_DIR=\"@datadir@/gdm\"
@@ -100,6 +96,7 @@ gdmsetup_LDFLAGS = -export-dynamic
gdmsetup_LDADD = \
$(GUI_LIBS) \
-lXau \
+ -lX11 \
$(INTLLIBS) \
-L$(top_builddir)/vicious-extensions \
-lviciousui