From fe79d0bc256c675d390f19928bdabf40cbe7f57c Mon Sep 17 00:00:00 2001 From: ashmew2 Date: Mon, 31 Mar 2014 16:50:19 +0000 Subject: [PATCH] Added dll.o to contrib/network/netsurf/netsurf/objs/make.all git-svn-id: svn://kolibrios.org@4724 a494cfbc-eb01-0410-851d-a64ba20cac60 --- contrib/network/netsurf/netsurf/objs/make.all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/network/netsurf/netsurf/objs/make.all b/contrib/network/netsurf/netsurf/objs/make.all index 5e27f558e7..9aa551a512 100644 --- a/contrib/network/netsurf/netsurf/objs/make.all +++ b/contrib/network/netsurf/netsurf/objs/make.all @@ -1,7 +1,7 @@ OBJS = about.o base64.o bitmap_fbtk.o bitmap.o bmp.o box_construct.o \ box_normalise.o box.o browser.o caret_image.o challenge.o clipboard.o \ content-disposition.o content_factory.o content.o content-type.o \ - cookies.o corestrings.o css.o curl.o data.o dirlist.o download.o \ + cookies.o corestrings.o css.o curl.o data.o dirlist.o dll.o download.o \ dump.o event.o fbtk.o fetch.o filename.o file.o filepath.o filetype.o \ fill.o findfile.o font_freetype.o font.o form.o framebuffer.o frames.o \ generics.o gif.o gui.o hand_image.o hashtable.o history_core.o \