diff options
author | robert.ancell@gmail.com <> | 2010-06-27 11:21:43 +1000 |
---|---|---|
committer | robert.ancell@gmail.com <> | 2010-06-27 11:21:43 +1000 |
commit | 709c454a8e286c826e02f8957f18cae2d9cf072f (patch) | |
tree | 233c1abf3f134773c36fb495ed13854373765f41 | |
parent | ff2439d774bb6e61aaec74e265691f1eda599c08 (diff) | |
download | lightdm-709c454a8e286c826e02f8957f18cae2d9cf072f.tar.gz |
Distribute some missing files
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d9cef1d3..89e4af08 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -53,6 +53,11 @@ lightdm_LDADD = \ $(LIGHTDM_LIBS) \ -lpam +EXTRA_DIST = display-manager.xml \ + display.xml \ + session-manager.xml \ + user-manager.xml + DISTCLEANFILES = \ $(BUILT_SOURCES) \ Makefile.in |