summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-12-15 18:05:25 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-12-15 18:05:25 +0000
commit20aedef6d81afc0798ec97081bcedb204809888c (patch)
treeb85d6ea5a9de149112035447d88105e8524de0e6 /Makefile.sources
parent4b64e921946c0856793799a34d820140e94431ba (diff)
downloadnetsurf-20aedef6d81afc0798ec97081bcedb204809888c.tar.gz
netsurf-20aedef6d81afc0798ec97081bcedb204809888c.tar.bz2
Debug function for dumping browser_mouse_state.
svn path=/trunk/netsurf/; revision=11061
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 5de961289..b948557b7 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -17,8 +17,8 @@ S_UTILS := base64.c filename.c hashtable.c http.c locale.c messages.c \
talloc.c url.c utf8.c utils.c useragent.c findresource.c log.c
S_DESKTOP := cookies.c history_global_core.c hotlist.c knockout.c \
- options.c plot_style.c print.c search.c searchweb.c scroll.c \
- sslcert.c textarea.c tree.c tree_url_node.c version.c \
+ mouse.c options.c plot_style.c print.c search.c searchweb.c \
+ scroll.c sslcert.c textarea.c tree.c tree_url_node.c version.c \
# S_COMMON are sources common to all builds
S_COMMON := $(addprefix content/,$(S_CONTENT)) \