If libraries are not exported to $DIST, they should not be exported to $prefix either. Fixing history bustage when using 'make install'.

Bug #229362 r=bsmedberg
This commit is contained in:
cls%seawood.org 2003-12-31 23:35:26 +00:00
parent 6a63299667
commit f19fbcd3a2
4 changed files with 4 additions and 0 deletions

View File

@ -54,5 +54,6 @@ EXTRA_DSO_LDOPTS = \
$(NULL)
NO_DIST_INSTALL = 1
NO_INSTALL = 1
include $(topsrcdir)/config/rules.mk

View File

@ -52,6 +52,7 @@ MODULE_NAME = ipcd
FORCE_SHARED_LIB = 1
NO_DIST_INSTALL = 1
NO_INSTALL = 1
ifeq ($(OS_ARCH),Darwin)
NO_COMPONENT_LINK_MAP = 1

View File

@ -48,6 +48,7 @@ MODULE_NAME = ipcd
FORCE_SHARED_LIB = 1
NO_DIST_INSTALL = 1
NO_INSTALL = 1
ifeq ($(OS_ARCH),Darwin)
NO_COMPONENT_LINK_MAP = 1

View File

@ -47,6 +47,7 @@ FORCE_SHARED_LIB = 1
FORCE_USE_PIC = 1
NO_DIST_INSTALL = 1
NO_INSTALL = 1
include $(topsrcdir)/config/rules.mk