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 /src | |
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 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c29d179..3bae3f2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ -fusalibdir = $(libdir)/indicators/1 +fusalibdir = $(INDICATORDIR) fusalib_LTLIBRARIES = libfusa.la libfusa_la_SOURCES = indicator-fusa.c libfusa_la_CFLAGS = $(APPLET_CFLAGS) |