there's one file missed from the diff.
On Sun, Aug 03, 2003 at 07:51:05PM +0800, Chia-liang Kao wrote:
> log message:
>
> This fixes building real libsvn_swig_perl.so, which should have the proper
> perl include paths.
>
> * build/ac-macros/swig.m4: assign SWIG_PL_INCLUDES.
> * build/generator/gen_base.py: add custom class for swig-pl.
Index: Makefile.in
===================================================================
--- Makefile.in (revision 6640)
+++ Makefile.in (working copy)
@@ -135,6 +135,7 @@
# special compilation for files destined for libsvn_swig_* (e.g. swigutil_*.c)
COMPILE_SWIG_PY = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) -DSWIGPYTHON $(CFLAGS) $(SWIG_PY_INCLUDES) $(INCLUDES) -o $@ -c
COMPILE_SWIG_JAVA = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(SWIG_JAVA_INCLUDES) $(INCLUDES) -o $@ -c
+COMPILE_SWIG_PL = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(SWIG_PL_INCLUDES) $(INCLUDES) -o $@ -c
LINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) -rpath $(libdir)
@@ -175,6 +176,8 @@
INSTALL_SWIG_PY_LIB = $(INSTALL_LIB)
INSTALL_SWIG_JAVA = $(INSTALL_LIB)
INSTALL_SWIG_JAVA_LIB = $(INSTALL_LIB)
+INSTALL_SWIG_PL = $(INSTALL_LIB)
+INSTALL_SWIG_PL_LIB = $(INSTALL_LIB)
# additional installation rules for the SWIG wrappers
INSTALL_EXTRA_SWIG_PY=\
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 3 14:00:02 2003