From 440e7054857a9a6382243f33498b2384f246379d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 9 Jun 2003 18:49:19 +0000 Subject: [PATCH] Add fc-match program to demonstrate font matching from the command line --- Makefile.am | 2 +- configure.in | 1 + fc-match/.cvsignore | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 fc-match/.cvsignore diff --git a/Makefile.am b/Makefile.am index a96074e..fd10fbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -SUBDIRS=fontconfig fc-lang fc-glyphname src fc-cache fc-list doc test +SUBDIRS=fontconfig fc-lang fc-glyphname src fc-cache fc-list fc-match doc test EXTRA_DIST = \ fontconfig.pc.in \ diff --git a/configure.in b/configure.in index 9a4497a..03793a3 100644 --- a/configure.in +++ b/configure.in @@ -362,6 +362,7 @@ src/Makefile src/fontconfig.def fc-cache/Makefile fc-list/Makefile +fc-match/Makefile doc/Makefile doc/version.sgml test/Makefile diff --git a/fc-match/.cvsignore b/fc-match/.cvsignore new file mode 100644 index 0000000..3c5091d --- /dev/null +++ b/fc-match/.cvsignore @@ -0,0 +1,5 @@ +.deps +.libs +Makefile +Makefile.in +fc-match