From 95e726c7cc21c52829548340142d266cdb8f1123 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 11 Mar 2013 17:50:12 +0000 Subject: split sources lists out to their subdirectories as first step towards using core buildsystem --- utils/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 utils/Makefile (limited to 'utils/Makefile') diff --git a/utils/Makefile b/utils/Makefile new file mode 100644 index 000000000..ed34e9557 --- /dev/null +++ b/utils/Makefile @@ -0,0 +1,7 @@ +# utils sources + +S_UTILS := base64.c corestrings.c filename.c filepath.c hashtable.c \ + libdom.c locale.c log.c messages.c nsurl.c talloc.c url.c \ + utf8.c utils.c useragent.c + +S_UTILS := $(addprefix utils/,$(S_UTILS)) \ No newline at end of file -- cgit v1.2.3