summaryrefslogtreecommitdiff
path: root/src/surface/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-04-26 00:32:55 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-04-26 00:32:55 +0000
commit1eb4603b71ae21f45e9449efcd20a5086051489d (patch)
treef74b30e1a3a8477807d66ae446c7aecad0966560 /src/surface/Makefile
parent1a0cc609b9fccd3b183257a007c08e5295e782e8 (diff)
downloadlibnsfb-1eb4603b71ae21f45e9449efcd20a5086051489d.tar.gz
libnsfb-1eb4603b71ae21f45e9449efcd20a5086051489d.tar.bz2
start improvements in surface handling
add X surface handler (need to address the speed issues) svn path=/trunk/libnsfb/; revision=10485
Diffstat (limited to 'src/surface/Makefile')
-rw-r--r--src/surface/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/surface/Makefile b/src/surface/Makefile
new file mode 100644
index 0000000..3abbfb6
--- /dev/null
+++ b/src/surface/Makefile
@@ -0,0 +1,4 @@
+# Sources
+DIR_SOURCES := surface.c sdl.c vnc.c able.c ram.c linux.c x.c
+
+include build/makefiles/Makefile.subdir