diff options
author | Ted Gould <ted@canonical.com> | 2009-04-22 15:10:24 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-22 15:10:24 -0500 |
commit | 124486885e4ed122d4a536dbef844413faffb3a5 (patch) | |
tree | 3e4edd18819234bea8067bbaa270e4e963f45f35 /configure.ac | |
parent | a98311e89708a52946534d648220dbbd708f2eaa (diff) | |
download | ayatana-indicator-messages-124486885e4ed122d4a536dbef844413faffb3a5.tar.gz ayatana-indicator-messages-124486885e4ed122d4a536dbef844413faffb3a5.tar.bz2 ayatana-indicator-messages-124486885e4ed122d4a536dbef844413faffb3a5.zip |
Installing to indicator dir instead of other fun places
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ea25eac..183fec8 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,13 @@ AC_SUBST(APPLET_CFLAGS) AC_SUBST(APPLET_LIBS) ########################### +# Indicator Info +########################### + +INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator` +AC_SUBST(INDICATORDIR) + +########################### # Files ########################### @@ -66,4 +73,5 @@ AC_MSG_NOTICE([ Messaging Indicator Configuration: Prefix: $prefix + Indicator Dir: $INDICATORDIR ]) |