summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-06-07 11:48:00 +1000
committerRobert Ancell <robert.ancell@canonical.com>2011-06-07 11:48:00 +1000
commita4ed363e189cc537350ee772b9c8435ba8794ca9 (patch)
tree980dfa4ed035d1ae5f002d2724ba4f5279be5e37 /src/Makefile.am
parent63714c3a90a37d296f0a6b7e5ab7f214d39a66a2 (diff)
downloadlightdm-a4ed363e189cc537350ee772b9c8435ba8794ca9.tar.gz
Move user code into own module
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 31e69362..2fd76fe9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,6 +31,8 @@ lightdm_SOURCES = \
session.h \
theme.c \
theme.h \
+ user.c \
+ user.h \
xauth.c \
xauth.h \
xdmcp-protocol.c \