summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-07 16:17:59 +0000
committerKevin E Martin <kem@kem.org>2005-12-07 16:17:59 +0000
commite70ce0696695b7e6d627d046c19c3b6c9a8ce3da (patch)
tree71a49319feda2efd96690491a0b7bfcdaec03a78 /Makefile.am
parent6090b669a399c4663517b845d76945c6c2f97ef9 (diff)
Change to use the app-defaults default dir configured in libXt.MODULAR_COPY
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ce92387..4f4c8a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -149,7 +149,7 @@ SUFFIXES = .ad
.ad:
cp $< $@
-appdefaultdir = $(libdir)/X11/app-defaults
+appdefaultdir = @appdefaultdir@
appdefault_DATA = $(APPDEFAULTFILES)
CLEANFILES = $(APPDEFAULTFILES) Xedit.ad
@@ -186,7 +186,7 @@ EXTRA_DIST = \
lisp/TODO \
lisp/compile.c \
lisp/env.c \
- lisp/mathimp.c \
+ lisp/mathimp.c \
lisp/modules/psql.c \
lisp/modules/x11.c \
lisp/modules/xaw.c \