diff options
author | James Cloos <cloos@lugabout.jhcloos.org> | 2006-09-04 01:21:55 -0400 |
---|---|---|
committer | James Cloos <cloos@lugabout.jhcloos.org> | 2006-09-04 01:21:55 -0400 |
commit | 709f32438d814f73b6ce677a48b81a238cd0d6aa (patch) | |
tree | b59cd810389adfdcae7fa4df98953a21f2ae94d3 /Makefile.am | |
parent | 34227592c23db4d462d36773532cef67731e2831 (diff) |
Move files from conf.d to conf.avail
All of the files in conf.d are now in conf.avail
Makefile.am is updated to reflect the change
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 1b28303a..3b31bd49 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.d $(DOCSRC) test + fc-cache fc-cat fc-list fc-match conf.avail $(DOCSRC) test EXTRA_DIST = \ fontconfig.pc.in \ |