From 81777be0325e2434911f697f0d9a284e50ee63ef Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 26 May 2009 23:30:39 +0000 Subject: Split out utility functions and aural property parsers. svn path=/trunk/libcss/; revision=7557 --- src/parse/properties/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse/properties/Makefile') 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 -- cgit v1.2.3