diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2011-06-07 11:48:00 +1000 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2011-06-07 11:48:00 +1000 |
commit | a4ed363e189cc537350ee772b9c8435ba8794ca9 (patch) | |
tree | 980dfa4ed035d1ae5f002d2724ba4f5279be5e37 /src/Makefile.am | |
parent | 63714c3a90a37d296f0a6b7e5ab7f214d39a66a2 (diff) | |
download | lightdm-a4ed363e189cc537350ee772b9c8435ba8794ca9.tar.gz |
Move user code into own module
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
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 \ |