summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-13 00:13:49 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-13 00:13:49 +0000
commit3b6358f8254e8256f7af4e20b413f56f90a47eb1 (patch)
tree6f0e23fa76fa171957c1fa8172727401a54a277a /src/Makefile
parent5b32645650ef555d762af41c827043705efd114b (diff)
downloadlibcss-3b6358f8254e8256f7af4e20b413f56f90a47eb1.tar.gz
libcss-3b6358f8254e8256f7af4e20b413f56f90a47eb1.tar.bz2
More API munging. Also stub out implementations of new APIs.
svn path=/trunk/libcss/; revision=5306
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 f56a87f..75b6515 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -35,7 +35,7 @@ d := $(DIR)
CFLAGS := $(CFLAGS) -I$(d)
# Sources
-SRCS_$(d) := libcss.c
+SRCS_$(d) := libcss.c stylesheet.c
# Append to sources for component
SOURCES += $(addprefix $(d), $(SRCS_$(d)))