diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-02 19:44:42 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-02 19:44:42 +0000 |
commit | 960be79d2f246edc3b0d2b571c5ed44edbc07276 (patch) | |
tree | 82da6dd65300e2d81faeaefb0251b0289fc71bb9 | |
parent | 51a6b1de8beeb33858d3e8eb151cfad004a62ef8 (diff) |
Add Chooser app-defaults file to app/xdm
-rw-r--r-- | Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
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) |