From 0a18214913a1bf73e7a504479f442cee27e9959a Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Fri, 23 Apr 1999 06:28:15 +0000 Subject: [PATCH] Install the profile library into the components directory instead of into bin. This will enable auto registration. --- profile/src/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/profile/src/Makefile.in b/profile/src/Makefile.in index f6ed6d51e5a..8535629bff0 100644 --- a/profile/src/Makefile.in +++ b/profile/src/Makefile.in @@ -23,6 +23,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME=profile +IS_COMPONENT=1 CPPSRCS = \ nsProfile.cpp \