summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-07 16:50:17 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-07 16:50:17 +0000
commit4aed351e3376d70cedf1dfbcf4f396cc904e2703 (patch)
treed3412d04166396c092ab35398f1d0d271b43750e /src/Makefile
parent1b4de3064739d6232c98fe7f35c5490821a49d04 (diff)
downloadttf2f-4aed351e3376d70cedf1dfbcf4f396cc904e2703.tar.gz
ttf2f-4aed351e3376d70cedf1dfbcf4f396cc904e2703.tar.bz2
Command line interface
svn path=/trunk/tools/ttf2f/; revision=7430
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4f16a84..0bd3fb2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
# Sources
-DIR_SOURCES := encoding.c ft.c glyphs.c intmetrics.c outlines.c utils.c
+DIR_SOURCES := cli.c encoding.c ft.c glyphs.c intmetrics.c outlines.c utils.c
include build/makefiles/Makefile.subdir