summaryrefslogtreecommitdiff
path: root/gui/Makefile.am
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-04-22 17:19:19 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-04-22 17:19:19 +0000
commitd73c9151c02b63cb25dddfc9d4d1c4a46c49c805 (patch)
treee6d6cf21676acadb79bbfe08c83d15a0088fa3e5 /gui/Makefile.am
parent62f29c0b4b0f37b4275acbc52192a9620fa63212 (diff)
downloadgdm-d73c9151c02b63cb25dddfc9d4d1c4a46c49c805.tar.gz
split off the comm routines to a separate file, so that we may use this
Mon Apr 22 10:27:43 2002 George Lebl <jirka@5z.com> * gui/gdmcomm.[ch], gui/gdmflexiserver.c, gui/gdmsetup.c, gui/Makefile.am: split off the comm routines to a separate file, so that we may use this from the setup proggie * gui/greeter/greeter_system.c: include unistd.h
Diffstat (limited to 'gui/Makefile.am')
-rw-r--r--gui/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/gui/Makefile.am b/gui/Makefile.am
index fac9be6b..f18daa8e 100644
--- a/gui/Makefile.am
+++ b/gui/Makefile.am
@@ -37,7 +37,9 @@ gdmXnestchooser_SOURCES = \
gdmXnestchooser.c
gdmflexiserver_SOURCES = \
- gdmflexiserver.c
+ gdmflexiserver.c \
+ gdmcomm.c \
+ gdmcomm.h
libgdmwm_a_SOURCES = \
gdmwm.c \
@@ -63,6 +65,8 @@ gdmconfig_SOURCES = \
gdmsetup_SOURCES = \
gdmsetup.c \
+ gdmcomm.c \
+ gdmcomm.h \
misc.c \
misc.h