Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
git-svn-id: svn://10.0.0.236/trunk@191588 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c9cf5682b6
commit
1663e15e3e
@ -72,14 +72,13 @@ CPPSRCS = \
|
||||
|
||||
LOCAL_INCLUDES = -I$(srcdir)/../../base/src
|
||||
|
||||
EXTRA_DSO_LIBS = gkgfx
|
||||
|
||||
SHARED_LIBRARY_LIBS = \
|
||||
$(DIST)/lib/$(LIB_PREFIX)inspector_s.$(LIB_SUFFIX) \
|
||||
../../base/src/$(LIB_PREFIX)inspector_s.$(LIB_SUFFIX) \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DSO_LDOPTS += \
|
||||
$(LIBS_DIR) \
|
||||
$(call EXPAND_LIBNAME_PATH,gkgfx,$(DEPTH)/gfx/src) \
|
||||
$(EXTRA_DSO_LIBS) \
|
||||
$(MOZ_UNICHARUTIL_LIBS) \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user