summaryrefslogtreecommitdiff
path: root/test/dom/Makefile
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2018-08-15 15:05:54 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2018-08-15 15:05:54 +0100
commitb34c357bbd4883e409a8d617c528db92bf0963c0 (patch)
treeb272a51d36733739b05053437eca8aeba94724d7 /test/dom/Makefile
parentecb247eb155ff5495a91e32b6e416fd0b6c6a53e (diff)
downloadlibnslayout-b34c357bbd4883e409a8d617c528db92bf0963c0.tar.gz
libnslayout-b34c357bbd4883e409a8d617c528db92bf0963c0.tar.bz2
Library: DOM change watching is now the job of the client.
Diffstat (limited to 'test/dom/Makefile')
-rw-r--r--test/dom/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/dom/Makefile b/test/dom/Makefile
new file mode 100644
index 0000000..0b345cb
--- /dev/null
+++ b/test/dom/Makefile
@@ -0,0 +1,13 @@
+#
+# Makefile for libnslayout
+#
+# Copyright 2015 Michael Drake <tlsa@netsurf-browser.org>
+#
+# Released under the ISC License (see COPYING file)
+
+# Sources
+DIR_SOURCES := \
+ debug.c \
+ watcher.c
+
+include $(NSBUILD)/Makefile.subdir