diff options
author | Ted Gould <ted@gould.cx> | 2011-07-07 11:23:24 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-07 11:23:24 -0500 |
commit | d5e865a830826a92f62bffefbf5b5cb5ae548b7c (patch) | |
tree | 3491d51fe15158175bf0bb05d4c396c92a09f7b2 /src | |
parent | 0de4e5ebeb0abccc57c7bde676d0d3b5d87a6a2c (diff) | |
download | ayatana-indicator-session-d5e865a830826a92f62bffefbf5b5cb5ae548b7c.tar.gz ayatana-indicator-session-d5e865a830826a92f62bffefbf5b5cb5ae548b7c.tar.bz2 ayatana-indicator-session-d5e865a830826a92f62bffefbf5b5cb5ae548b7c.zip |
Adding in accounts-service-user.xml as well to dist. Not sure why this isn't caught by distcheck.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 59cb481..df0ec0f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -144,7 +144,8 @@ EXTRA_DIST = \ display-manager.xml \ session-dbus.xml \ upower.xml \ - accounts-service.xml + accounts-service.xml \ + accounts-service-user.xml CLEANFILES = \ $(BUILT_SOURCES) |