aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c915208..71676a7 100644
--- a/Makefile
+++ b/Makefile
@@ -31,15 +31,21 @@ PUBLIC_OBJ =\
OBJ =\
$(PUBLIC_OBJ)\
+ libfonts_confsplit__.o\
libfonts_getenv__.o\
libfonts_gethome__.o\
+ libfonts_getline__.o\
+ libfonts_parse_aa__.o\
+ libfonts_parse_double__.o\
+ libfonts_parse_order__.o\
+ libfonts_parse_uint32__.o
HDR =\
common.h\
libfonts.h
LOBJ = $(OBJ:.o=.lo)
-TESTS = $(PUBLIC_OBJ:.o=.test)
+TESTS = $(OBJ:.o=.test)
all: libfonts.a libfonts.$(LIBEXT) $(TESTS)