summaryrefslogtreecommitdiff
path: root/src/dom/Makefile
blob: 0b345cb9348cd901dc64ff73e123d7e3ea13ba6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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