summaryrefslogtreecommitdiff
path: root/src/Makefile
blob: 7a6251db3fef29d9655f7cc535b4549d421fc167 (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

include $(NSBUILD)/Makefile.subdir