summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-10-25 19:20:13 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-10-25 19:20:13 +0000
commitc9e188a4d1634d9c7d2292a8d04e02f313f37f3b (patch)
treea58742b163820d4ee839f4a035603afa50243e63 /makefile
parented449261f62cb56a9d6eb7d16f7d54d79bbea1f4 (diff)
downloadnetsurf-c9e188a4d1634d9c7d2292a8d04e02f313f37f3b.tar.gz
netsurf-c9e188a4d1634d9c7d2292a8d04e02f313f37f3b.tar.bz2
[project @ 2003-10-25 19:20:13 by jmb]
HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1efd0c5ae..78e2143b5 100644
--- a/makefile
+++ b/makefile
@@ -11,7 +11,7 @@ OBJECTS_COMMON = cache.o content.o fetch.o fetchcache.o other.o \
box.o form.o html.o layout.o textplain.o \
messages.o utils.o
OBJECTS = $(OBJECTS_COMMON) \
- browser.o netsurf.o \
+ browser.o loginlist.o netsurf.o \
htmlredraw.o \
401login.o dialog.o download.o gui.o menus.o mouseactions.o \
options.o textselection.o theme.o \