summaryrefslogtreecommitdiff
path: root/src/parse/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:14:40 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:14:40 +0000
commit41973ef1ab2935818a07b5899c1961e9c8c85214 (patch)
tree4c787ed51e8d3b7d00f11c61e2274c267c8a1981 /src/parse/Makefile
parent83146f43df1f1330c10cedad4e97e90c7f2c1243 (diff)
downloadlibcss-41973ef1ab2935818a07b5899c1961e9c8c85214.tar.gz
libcss-41973ef1ab2935818a07b5899c1961e9c8c85214.tar.bz2
More refactoring groundwork. This actually compiles and passes the testsuite.
svn path=/trunk/libcss/; revision=7556
Diffstat (limited to 'src/parse/Makefile')
-rw-r--r--src/parse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/Makefile b/src/parse/Makefile
index 4d0603f..b75e8fa 100644
--- a/src/parse/Makefile
+++ b/src/parse/Makefile
@@ -1,4 +1,4 @@
# Sources
-DIR_SOURCES := parse.c language.c
+DIR_SOURCES := parse.c language.c propstrings.c
include build/makefiles/Makefile.subdir