aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-22 15:10:24 -0500
committerTed Gould <ted@canonical.com>2009-04-22 15:10:24 -0500
commit124486885e4ed122d4a536dbef844413faffb3a5 (patch)
tree3e4edd18819234bea8067bbaa270e4e963f45f35 /configure.ac
parenta98311e89708a52946534d648220dbbd708f2eaa (diff)
downloadayatana-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.ac8
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
])