diff options
author | Ted Gould <ted@gould.cx> | 2010-10-15 14:46:03 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-15 14:46:03 -0500 |
commit | 022e4bfbcb06a66552007abc8f9f329ce86c9995 (patch) | |
tree | 568e9e81921170d458c9fcc6910f8e2fa971c678 /tools/Makefile.am | |
parent | 558a37d1ad6479d912c8af6f209f7ba3b7cdc823 (diff) | |
parent | b877951a5c45aaaa49718748b5f786681e3e9622 (diff) | |
download | libayatana-indicator-022e4bfbcb06a66552007abc8f9f329ce86c9995.tar.gz libayatana-indicator-022e4bfbcb06a66552007abc8f9f329ce86c9995.tar.bz2 libayatana-indicator-022e4bfbcb06a66552007abc8f9f329ce86c9995.zip |
Adding a file to have the debugging environment variables
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 5e5ef8d..168cea8 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -19,3 +19,8 @@ indicator_loader_LDADD = \ -L$(top_builddir)/libindicator/.libs \ -lindicator +xsessiondir = $(sysconfdir)/X11/Xsession.d + +xsession_DATA = 80indicator-debugging + +EXTRA_DIST = $(xsession_DATA) |