summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-10-10 22:42:24 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-10-10 22:42:24 +0000
commit01c85524899587ddec9d9d4135b54b84907946c0 (patch)
treea3445377f6212aa585a3393affd8e6537279b2c7 /Makefile.sources
parent5738a8f342d99b8455941e990e37f9f85ea54e36 (diff)
downloadnetsurf-01c85524899587ddec9d9d4135b54b84907946c0.tar.gz
netsurf-01c85524899587ddec9d9d4135b54b84907946c0.tar.bz2
make windows frontend build and run again
Fix redraw bugs Still major issue with frames svn path=/trunk/netsurf/; revision=10880
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 2239cc7cd..f21aeddf2 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -72,7 +72,7 @@ S_GTK := $(addprefix gtk/,$(S_GTK)) $(addprefix utils/,container.c)
# S_WINDOWS are sources purely for the windows build
S_WINDOWS := about.c bitmap.c download.c filetype.c findfile.c font.c \
gui.c localhistory.c login.c misc.c plot.c prefs.c schedule.c \
- thumbnail.c tree.c
+ thumbnail.c tree.c windbg.c
S_WINDOWS := $(addprefix windows/,$(S_WINDOWS))
# S_BEOS are sources purely for the BeOS build