Moving towards making an optional part of the build. Not part of the

build :)
This commit is contained in:
mhammond%skippinet.com.au 2003-04-01 14:17:28 +00:00
parent 9b18893922
commit 4a6a920da8
2 changed files with 2 additions and 7 deletions

View File

@ -37,13 +37,10 @@
# The main PyXPCOM C++ tree
DEPTH=../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
PYTHON_INCLUDES = @MOZ_PYTHON_INCLUDES@
PYTHON_LIBS = @MOZ_PYTHON_LIBS@
PYTHON_DEBUG_SUFFIX = @MOZ_PYTHON_DEBUG_SUFFIX@
PYTHON_DLL_SUFFIX = @MOZ_PYTHON_DLL_SUFFIX@
DIRS = loader $(NULL)
@ -102,3 +99,4 @@ endif
clobber::
rm -f *.ilk *.pdb

View File

@ -41,9 +41,6 @@ DEPTH=../../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
PYTHON_INCLUDES = @MOZ_PYTHON_INCLUDES@
PYTHON_LIBS = @MOZ_PYTHON_LIBS@
PYTHON_VER_DOTTED = @MOZ_PYTHON_VER_DOTTED@
include $(DEPTH)/config/autoconf.mk