summaryrefslogtreecommitdiff
path: root/src/bytecode/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-19 11:06:52 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-19 11:06:52 +0000
commitec53465c830b136ff4012c5958b57faee1956c37 (patch)
treed19216b0ddd625db496bfde29e10c8dcdb3d9cbb /src/bytecode/Makefile
parentdc1f016626194d2f73e62e6ae6c083a7c36da013 (diff)
downloadlibcss-ec53465c830b136ff4012c5958b57faee1956c37.tar.gz
libcss-ec53465c830b136ff4012c5958b57faee1956c37.tar.bz2
Purge stylesheet dumping code from the library.
Create a common header for the test harnesses to use, instead. Fix z-index dumping while we're at it. svn path=/trunk/libcss/; revision=6146
Diffstat (limited to 'src/bytecode/Makefile')
-rw-r--r--src/bytecode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode/Makefile b/src/bytecode/Makefile
index db4d922..143df29 100644
--- a/src/bytecode/Makefile
+++ b/src/bytecode/Makefile
@@ -35,7 +35,7 @@ d := $(DIR)
CFLAGS := $(CFLAGS) -I$(d)
# Sources
-SRCS_$(d) := dump.c
+SRCS_$(d) :=
# Append to sources for component
SOURCES += $(addprefix $(d), $(SRCS_$(d)))