From 960be79d2f246edc3b0d2b571c5ed44edbc07276 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 2 Oct 2005 19:44:42 +0000 Subject: Add Chooser app-defaults file to app/xdm --- Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Makefile.am b/Makefile.am index 4ec571f..24cdfbd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,3 +124,20 @@ chooser_LDADD = $(CHOOSER_LIBS) chooser_SOURCES = \ chooser.c + +# App default files (*.ad) + +appdefaultdir = $(sysconfdir)/X11/app-defaults + +APPDEFAULTFILES = Chooser + +SUFFIXES += .ad + +.ad: + cp $< $@ + +appdefault_DATA = $(APPDEFAULTFILES) + +CLEANFILES = $(APPDEFAULTFILES) + +EXTRA_DIST += $(APPDEFAULTFILES:%=%.ad) -- cgit v1.2.3