summaryrefslogtreecommitdiff
path: root/xfce4-session/Makefile.am
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2004-05-26 12:57:00 +0000
committerBenedikt Meurer <benny@xfce.org>2004-05-26 12:57:00 +0000
commitfc8881affb5e7e2d7e30efbecafaaceda0cfb31c (patch)
tree1aeb2a3505cf922a5c3d2a8d60cd60dc2db00601 /xfce4-session/Makefile.am
parent52c89fea8f467172ab530a923a11eade4b5dca6b (diff)
downloadxfce4-session-fc8881affb5e7e2d7e30efbecafaaceda0cfb31c.tar.gz
Renamed shutdown() -> xfsm_shutdown(), since it causes trouble with
functions, that use the libc shutdown(), like XCloseDisplay, really a weird bug. Added legacy session management based upon the one found in ksmserver. So from now on, do NOT EVER run smproxy, or you will be assimilated :-). (Old svn revision: 4581)
Diffstat (limited to 'xfce4-session/Makefile.am')
-rw-r--r--xfce4-session/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/xfce4-session/Makefile.am b/xfce4-session/Makefile.am
index e8955056..8ad45759 100644
--- a/xfce4-session/Makefile.am
+++ b/xfce4-session/Makefile.am
@@ -23,6 +23,8 @@ xfce4_session_SOURCES = \
xfsm-fadeout.h \
xfsm-global.c \
xfsm-global.h \
+ xfsm-legacy.c \
+ xfsm-legacy.h \
xfsm-manager.c \
xfsm-manager.h \
xfsm-properties.c \