diff options
author | Ted Gould <ted@gould.cx> | 2010-10-15 12:37:08 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-15 12:37:08 -0500 |
commit | 2e3ea76f4947c1148f6c3a8b870e0e319deaa20c (patch) | |
tree | 702ba8614b39812e3c33868b2b7894cf83ad7b0c /tools/Makefile.am | |
parent | fc94eab8fd3749f0c9c68451f359c9e1efcdfd3b (diff) | |
download | libayatana-indicator-2e3ea76f4947c1148f6c3a8b870e0e319deaa20c.tar.gz libayatana-indicator-2e3ea76f4947c1148f6c3a8b870e0e319deaa20c.tar.bz2 libayatana-indicator-2e3ea76f4947c1148f6c3a8b870e0e319deaa20c.zip |
Installing the environment file in the session dir
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..4b959a5 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 = indicator-debugging + +EXTRA_DIST = $(xsession_DATA) |