diff options
| author | Ted Gould <ted@gould.cx> | 2011-05-31 16:59:14 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-05-31 16:59:14 -0500 |
| commit | 9b9d8e12052e8df83f544287f2105d14f996a6ce (patch) | |
| tree | 3efaf4d97492ab68ff920e81abc50d86256aa01d /data/Makefile.am | |
| parent | f133202143adf833bc8f6de78826a1325932a13e (diff) | |
| parent | 9258cd855aef371fb1e83796271e1635e50be673 (diff) | |
| download | ayatana-indicator-session-9b9d8e12052e8df83f544287f2105d14f996a6ce.tar.gz ayatana-indicator-session-9b9d8e12052e8df83f544287f2105d14f996a6ce.tar.bz2 ayatana-indicator-session-9b9d8e12052e8df83f544287f2105d14f996a6ce.zip | |
Adding in support for switching to the classic session
Diffstat (limited to 'data/Makefile.am')
| -rw-r--r-- | data/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index f452897..1f522d7 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,6 @@ -SUBDIRS = icons +SUBDIRS = \ + icons \ + extra-sessions dbus_servicesdir = $(DBUSSERVICEDIR) service_in_files = indicator-session.service.in |
