diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-09-09 19:37:22 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-09-09 19:37:22 -0700 |
commit | 248b5903b7057b3c44ea1cd3a9b0d27624eba24a (patch) | |
tree | 5f9aac1fee03b0f5c52dd3a68f8513efe3691421 /Makefile.am | |
parent | 9e292c889f1138b1af2f60621d7e2bfd8c490ff7 (diff) |
Rename conf.avail to conf.d
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1ebb8697..cf90617d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ DOCSRC=@DOCSRC@ SUBDIRS=fontconfig fc-case fc-lang fc-glyphname fc-arch src \ - fc-cache fc-cat fc-list fc-match conf.avail conf.d $(DOCSRC) test + fc-cache fc-cat fc-list fc-match conf.d $(DOCSRC) test EXTRA_DIST = \ fontconfig.pc.in \ |