summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-06-09 18:49:19 +0000
committerKeith Packard <keithp@keithp.com>2003-06-09 18:49:19 +0000
commit440e7054857a9a6382243f33498b2384f246379d (patch)
tree44cf047548ac0f85f2dd0b56b559ea2bc147bc53
parent947afeb566e738de3980c8c8751358ecfebdba25 (diff)
Add fc-match program to demonstrate font matching from the command line
-rw-r--r--Makefile.am2
-rw-r--r--configure.in1
-rw-r--r--fc-match/.cvsignore5
3 files changed, 7 insertions, 1 deletions
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