summaryrefslogtreecommitdiff
path: root/src/Makefile
blob: b02f0b9aeb24863bd22107382211ff51e016b46b (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Makefile for libnslayout
#
# Copyright 2015 Michael Drake <tlsa@netsurf-browser.org>
#
# Released under the ISC License (see COPYING file)

# Sources
DIR_SOURCES := layout.c node.c

include $(NSBUILD)/Makefile.subdir