diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 11:42:27 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 11:42:27 +0000 |
commit | dc488bb9bf09c9204e9bd9b609f5d0d655a16a9f (patch) | |
tree | 1a93e979705d766e217f4c0abdf472501a9d3a48 | |
parent | 34ae2374621d5014d29fbee4bc0983e0923e7476 (diff) |
regen
-rw-r--r-- | app/xfs/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xfs/Makefile.in b/app/xfs/Makefile.in index 373c649b2..03d7ca756 100644 --- a/app/xfs/Makefile.in +++ b/app/xfs/Makefile.in @@ -217,7 +217,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -configdir = $(libdir)/X11/fs +configdir = $(datadir)/X11/fs FONT_FLAGS = -DFONT_PCF -DFONT_FS -DFONT_SPEEDO AM_CFLAGS = $(XFS_CFLAGS) -I$(top_srcdir)/include -DXFSPIDDIR=\"/var/run\" \ -DDEFAULT_CONFIG_FILE=\"$(configdir)/config\" $(FONT_FLAGS) \ |