diff options
author | Ted Gould <ted@gould.cx> | 2011-07-07 23:38:34 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-07 23:38:34 -0500 |
commit | ca29a765c5d359b7209827275c71e8fb250fc1bc (patch) | |
tree | a7ecd1c1018bb84cd3349e904eb08572395ebd25 /tools/Makefile.am | |
parent | 2016fdf65cdb975f4c5f64c61e1d1a029ee40611 (diff) | |
parent | d23b4e89cdc6f95ff8e14d8a9fcb89ce2d8682d5 (diff) | |
download | libayatana-indicator-ca29a765c5d359b7209827275c71e8fb250fc1bc.tar.gz libayatana-indicator-ca29a765c5d359b7209827275c71e8fb250fc1bc.tar.bz2 libayatana-indicator-ca29a765c5d359b7209827275c71e8fb250fc1bc.zip |
Installing the debugging env entries in shared directory instead of the executable one.
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 287d34f..cefd944 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -34,7 +34,7 @@ indicator_loader3_SOURCES = $(indicator_loader_SOURCES) indicator_loader3_CFLAGS = $(indicator_loader_CFLAGS) indicator_loader3_LDADD = $(indicator_loader_LDADD) -xsessiondir = $(sysconfdir)/X11/Xsession.d +xsessiondir = $(pkgdatadir) xsession_DATA = 80indicator-debugging |