diff options
author | Ted Gould <ted@gould.cx> | 2011-06-21 10:40:16 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-06-21 10:40:16 -0500 |
commit | 950a4a3e90d479988b97c06d4dc17c25e9d54c93 (patch) | |
tree | d4739f46309e740c0d85d18d9213a0171e16e0f8 /data/Makefile.am | |
parent | e96275dc28bf7592c626eda8b13eab2d940f2f3f (diff) | |
parent | 026af1ce978c413338d2b7cfecbf58d285d9f89a (diff) | |
download | ayatana-indicator-session-950a4a3e90d479988b97c06d4dc17c25e9d54c93.tar.gz ayatana-indicator-session-950a4a3e90d479988b97c06d4dc17c25e9d54c93.tar.bz2 ayatana-indicator-session-950a4a3e90d479988b97c06d4dc17c25e9d54c93.zip |
* New upstream release.
* GTK3 support
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 |