aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-03-15 13:25:04 -0500
committerJesús <heckyel@hyperbola.info>2020-03-15 13:25:04 -0500
commit66a5b141fb64b19269ff5f95a084b58fdc076878 (patch)
tree403afd1cfd15b0524239f9903cef38bd3e87510c
parenta55c1dce36a57c67e83cd235a5cd6ab267ba2d38 (diff)
downloadematrix-66a5b141fb64b19269ff5f95a084b58fdc076878.tar.lz
ematrix-66a5b141fb64b19269ff5f95a084b58fdc076878.tar.xz
ematrix-66a5b141fb64b19269ff5f95a084b58fdc076878.zip
Add module to Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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