diff options
author | Ted Gould <ted@canonical.com> | 2009-06-09 11:35:11 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-09 11:35:11 -0500 |
commit | 45361f6e3c6061d4630a630c8b2b48861e4cac57 (patch) | |
tree | 924a38671bf39546118bd9d9340d0aef64a033e0 /configure.ac | |
parent | 1e2d4592308c3bff63c74c48b9e97b6d246d2b92 (diff) | |
download | ayatana-indicator-session-45361f6e3c6061d4630a630c8b2b48861e4cac57.tar.gz ayatana-indicator-session-45361f6e3c6061d4630a630c8b2b48861e4cac57.tar.bz2 ayatana-indicator-session-45361f6e3c6061d4630a630c8b2b48861e4cac57.zip |
Adding in a bunch of service files. We're hip now.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 09aabfb..512914e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(src/indicator-fusa.c) +AC_INIT(src/indicator-sus.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-fusa, 0.1dev) +AM_INIT_AUTOMAKE(indicator-sus, 0.1dev) AM_MAINTAINER_MODE @@ -45,6 +45,10 @@ AC_SUBST(INDICATORDIR) AC_OUTPUT([ Makefile src/Makefile +data/Makefile +data/indicator-status.service +data/indicator-users.service +data/indicator-session.service ]) ########################### @@ -53,7 +57,7 @@ src/Makefile AC_MSG_NOTICE([ -FUSA Indicator Configuration: +SUS Indicator Configuration: Prefix: $prefix ]) |