diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-07 16:17:58 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-07 16:17:58 +0000 |
commit | 8113fde1cc66413534f82820c363f7a142ca7b08 (patch) | |
tree | e86685062f076433451d091f976791627d831468 /Makefile.am | |
parent | 81d4322158703bcccc10040984a48db852e489c4 (diff) |
Change to use the app-defaults default dir configured in libXt.MODULAR_COPY
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e5396d7..7608eaf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ appman_PRE = \ # App default files (*.ad) -appdefaultdir = $(libdir)/X11/app-defaults +appdefaultdir = @appdefaultdir@ APPDEFAULTFILES = \ Editres-color \ |