summaryrefslogtreecommitdiff
path: root/src/parse/properties/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:30:39 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:30:39 +0000
commit81777be0325e2434911f697f0d9a284e50ee63ef (patch)
tree8fb1400f2366a8e7838fbc54c1bf2221b19fb2a1 /src/parse/properties/Makefile
parent41973ef1ab2935818a07b5899c1961e9c8c85214 (diff)
downloadlibcss-81777be0325e2434911f697f0d9a284e50ee63ef.tar.gz
libcss-81777be0325e2434911f697f0d9a284e50ee63ef.tar.bz2
Split out utility functions and aural property parsers.
svn path=/trunk/libcss/; revision=7557
Diffstat (limited to 'src/parse/properties/Makefile')
-rw-r--r--src/parse/properties/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/properties/Makefile b/src/parse/properties/Makefile
index 3afed97..bfca56e 100644
--- a/src/parse/properties/Makefile
+++ b/src/parse/properties/Makefile
@@ -1,4 +1,4 @@
# Sources
-DIR_SOURCES := properties.c
+DIR_SOURCES := aural.c properties.c utils.c
include build/makefiles/Makefile.subdir