Fix linking of examples.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13208 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Leif Middelschulte 2012-06-28 23:29:56 +00:00
commit c4ae9c169c

View file

@ -56,7 +56,7 @@ IWRAP = $(INTERFACE:.i=_wrap.i)
IPROXYSRCS = $(INTERFACE:.i=_proxy.c)
ISRCS = $(IWRAP:.i=.c)
ICXXSRCS = $(IWRAP:.i=.cxx)
IOBJS = $(IWRAP:.i=.o) $(IPROXYSRCS:.c:.o)
IOBJS = $(IWRAP:.i=.o) $(IPROXYSRCS:.c=.o)
##################################################################
# Dynamic loading for C++