diff options
author | Ted Gould <ted@canonical.com> | 2009-06-08 14:45:38 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-08 14:45:38 -0500 |
commit | d68a776f7c88fc1304572e4739a65ee1b93688e4 (patch) | |
tree | 733d8424be1121bdc86e968d6eb3b19025414821 /configure.ac | |
parent | 95ed5305c6ea74655085c70b413de68391226a1b (diff) | |
download | ayatana-indicator-session-d68a776f7c88fc1304572e4739a65ee1b93688e4.tar.gz ayatana-indicator-session-d68a776f7c88fc1304572e4739a65ee1b93688e4.tar.bz2 ayatana-indicator-session-d68a776f7c88fc1304572e4739a65ee1b93688e4.zip |
Switching the pkgconfig based directory.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 84df5c8..09aabfb 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,13 @@ AC_SUBST(APPLET_CFLAGS) AC_SUBST(APPLET_LIBS) ########################### +# Indicator Info +########################### + +INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator` +AC_SUBST(INDICATORDIR) + +########################### # Files ########################### |