From 5639bf7c1277e25cb313dbdcc26a5bc56ef8dfea Mon Sep 17 00:00:00 2001 From: "fur%netscape.com" Date: Tue, 7 Dec 1999 22:16:58 +0000 Subject: [PATCH] Change name of cache lib from libnkcache.so to libnecko_cache.so, to be more consistent with other necko components git-svn-id: svn://10.0.0.236/trunk@55613 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/cache/build/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/netwerk/cache/build/Makefile.in b/mozilla/netwerk/cache/build/Makefile.in index 650fcf28c7e..3a943641031 100644 --- a/mozilla/netwerk/cache/build/Makefile.in +++ b/mozilla/netwerk/cache/build/Makefile.in @@ -23,7 +23,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = nkcache -LIBRARY_NAME = nkcache +LIBRARY_NAME = necko_cache IS_COMPONENT = 1 CPPSRCS = nsNetDataCacheModule.cpp