summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index c44a6c361..269f2a728 100644
--- a/makefile
+++ b/makefile
@@ -13,7 +13,8 @@ OBJECTS_COMMON = cache.o content.o fetch.o fetchcache.o other.o \
OBJECTS = $(OBJECTS_COMMON) \
browser.o netsurf.o \
htmlredraw.o \
- dialog.o download.o gui.o menus.o mouseactions.o options.o textselection.o theme.o \
+ 401login.o dialog.o download.o gui.o menus.o mouseactions.o \
+ options.o textselection.o theme.o \
draw.o gif.o jpeg.o plugin.o png.o sprite.o \
about.o filetype.o font.o uri.o
OBJECTS_DEBUG = $(OBJECTS_COMMON) \