From 66a5b141fb64b19269ff5f95a084b58fdc076878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 15 Mar 2020 13:25:04 -0500 Subject: Add module to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 53c2bdf..dbb1226 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ IMG := $(IMGICON) $(IMGOTHER) LIB := lib/PublicSuffixList.jsm lib/Punycode.jsm lib/FrameModule.jsm \ lib/CallbackWrapper.jsm lib/HttpRequestHeaders.jsm \ lib/PendingRequests.jsm lib/CookieCache.jsm lib/UriTools.jsm \ - lib/LiquidDict.jsm + lib/LiquidDict.jsm lib/HostMap.jsm # The locale folder is split into parts because it's a long list # and it's somewhat easier to read this way -- cgit v1.2.3