diff options
author | robert.ancell@gmail.com <> | 2010-04-30 11:49:29 +1000 |
---|---|---|
committer | robert.ancell@gmail.com <> | 2010-04-30 11:49:29 +1000 |
commit | 26c05b8567a4108caa4db35b9d646bd4ab812c58 (patch) | |
tree | 172c12f97a78f7b2d77d9b39a844d15952997895 /Makefile.am | |
parent | d8940e7e4206b845754e1b8cae77de5bdac105d4 (diff) | |
download | lightdm-26c05b8567a4108caa4db35b9d646bd4ab812c58.tar.gz |
Install D-Bus service, use system bus
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 200fa4b4..c48bb59b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = po src +SUBDIRS = data po src EXTRA_DIST = \ autogen.sh \ @@ -14,4 +14,5 @@ DISTCLEANFILES = \ missing \ mkinstalldirs \ omf.make \ - xmldocs.make + xmldocs.make \ + po/Makefile.in.in |