From bc81e88b13c0ddfa385a10cfbe2ea93259c7f8a4 Mon Sep 17 00:00:00 2001 From: Elias Norberg Date: Thu, 12 Jan 2012 00:17:33 +0100 Subject: Use a list of TLD's to properly handle multi-part TLD's The list used is from publicsuffix.org. It gets installed to the resource-directory as 'tld-rules' --- freebsd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'freebsd') diff --git a/freebsd/Makefile b/freebsd/Makefile index 7c56c03..535b51f 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -41,10 +41,12 @@ completion.o: ../completion.o externaleditor.o: ../externaleditor.o +tldlist.o: ../tldlist.o + ../xxxterm.o: ../javascript.h xxxterm: xxxterm.o freebsd.o marco.o about.o inspector.o whitelist.o settings.o \ - cookie.o history.o completion.o inputfocus.o externaleditor.o + cookie.o history.o completion.o inputfocus.o tldlist.o externaleditor.o $(CC) $(LDFLAGS) -o $@ *.o $+ $(LDADD) install: all -- cgit 1.4.1-2-gfad0