summaryrefslogtreecommitdiff
path: root/src/utils/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-14 19:24:40 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-14 19:24:40 +0000
commitca3293e0332bbd9fe63d6cd6bc215f048132bd08 (patch)
tree29065b3081e1df0bbb274dbe8647e6494c76ab64 /src/utils/Makefile
parent0068331a1d6989ef523fca0753bd9ad943232cdf (diff)
downloadlibcss-ca3293e0332bbd9fe63d6cd6bc215f048132bd08.tar.gz
libcss-ca3293e0332bbd9fe63d6cd6bc215f048132bd08.tar.bz2
Make fpmath stuff public.
Un-inline string->fixed conversion routine. svn path=/trunk/libcss/; revision=6513
Diffstat (limited to 'src/utils/Makefile')
-rw-r--r--src/utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/Makefile b/src/utils/Makefile
index 912590c..71d9817 100644
--- a/src/utils/Makefile
+++ b/src/utils/Makefile
@@ -32,7 +32,7 @@ dirstack_$(sp) := $(d)
d := $(DIR)
# Sources
-SRCS_$(d) := errors.c
+SRCS_$(d) := errors.c utils.c
# Append to sources for component
SOURCES += $(addprefix $(d), $(SRCS_$(d)))