diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 12:30:26 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 12:30:26 +0000 |
commit | 15dff3da36b88973b77081a34ffa9f996613db4c (patch) | |
tree | c001479dd145c75b5475880157c3f98bcde9f14a /app/xsm | |
parent | 48ead4420e7b3091eb9953a228222200055c9b1d (diff) |
regen
Diffstat (limited to 'app/xsm')
-rw-r--r-- | app/xsm/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xsm/Makefile.in b/app/xsm/Makefile.in index ba5add909..9e81e9f63 100644 --- a/app/xsm/Makefile.in +++ b/app/xsm/Makefile.in @@ -226,7 +226,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -SYSTEM_INIT_DIR = $(libdir)/X11/xsm +SYSTEM_INIT_DIR = $(datadir)/X11/xsm xsm_CFLAGS = $(XSM_CFLAGS) -DRSHCMD=\"@RSH@\" \ -DSYSTEM_INIT_FILE=\"$(SYSTEM_INIT_DIR)/system.xsm\" |