]> git.wh0rd.org - fontconfig.git/commitdiff
Update Makefile.am to match conf.avail changes
authorJames Cloos <cloos@lugabout.jhcloos.org>
Mon, 4 Sep 2006 19:30:10 +0000 (15:30 -0400)
committerJames Cloos <cloos@lugabout.jhcloos.org>
Mon, 4 Sep 2006 19:30:10 +0000 (15:30 -0400)
conf.avail/Makefile.am

index 98e8dbd75030416c2a1cfef7f5d84695b3041ea7..bfba74b46ed1cb1c99b173e0c81359bf8c2fa763 100644 (file)
 #  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)