From f6e645c4993fff77d596dba734c09cdb255f4ca0 Mon Sep 17 00:00:00 2001 From: James Cloos Date: Mon, 4 Sep 2006 15:30:10 -0400 Subject: [PATCH] Update Makefile.am to match conf.avail changes --- conf.avail/Makefile.am | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/conf.avail/Makefile.am b/conf.avail/Makefile.am index 98e8dbd..bfba74b 100644 --- a/conf.avail/Makefile.am +++ b/conf.avail/Makefile.am @@ -22,19 +22,22 @@ # PERFORMANCE OF THIS SOFTWARE. CONF_FILES = \ - 10LohitGujarati.conf \ + 10-LohitGujarati.conf \ 10-fonts-persian.conf \ - 60-delicious.conf \ - autohint.conf \ - no-bitmaps.conf \ - no-sub-pixel.conf \ - sub-pixel.conf \ - unhinted.conf \ - yes-bitmaps.conf + 33-autohint.conf \ + 33-unhinted.conf \ + 30-no-sub-pixel.conf \ + 30-sub-pixel-rgb.conf \ + 30-sub-pixel-bgr.conf \ + 30-sub-pixel-vrgb.conf \ + 30-sub-pixel-vbgr.conf \ + 36-no-bitmaps.conf \ + 36-yes-bitmaps.conf \ + 60-delicious.conf EXTRA_DIST = $(CONF_FILES) configdir=$(CONFDIR) -confddir=$(configdir)/conf.d +confddir=$(configdir)/conf.avail confd_DATA=$(CONF_FILES) -- 2.39.2