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

build :)


git-svn-id: svn://10.0.0.236/trunk@140483 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mhammond%skippinet.com.au
2003-04-01 14:17:28 +00:00
parent 3191e2e247
commit b621fdf4e8
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