M dom/build.xml
M dom/jni/Makefile.in M dom/jni/javaDOMGlobals.cpp M dom/src/Makefile.in M webclient/build-tests.xml M webclient/build.xml M webclient/src_ie/Makefile.in M webclient/src_moz/Makefile.in M webclient/src_moz/gtk/Makefile.in M webclient/src_moz/motif/gtkmozilla.h M webclient/src_share/Makefile.in - Enable building with an objdir. Much more civilized. Thanks very much to Bradley Smedberg. git-svn-id: svn://10.0.0.236/trunk@219157 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
# Contributor(s): Ron Capelli <capelli@us.ibm.com>
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = $(DEPTH)
|
||||
srcdir = $(topsrcdir)/java/webclient/src_ie
|
||||
VPATH = $(topsrcdir)/java/webclient/src_ie
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
Reference in New Issue
Block a user