diff options
| -rw-r--r-- | swig/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/Makefile.am b/swig/Makefile.am index 580158d..a38534d 100644 --- a/swig/Makefile.am +++ b/swig/Makefile.am | |||
| @@ -27,5 +27,5 @@ _iphone_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS) | |||
| 27 | _iphone_la_LIBADD = $(top_builddir)/src/libiphone.la $(libplistmm_LIBS) | 27 | _iphone_la_LIBADD = $(top_builddir)/src/libiphone.la $(libplistmm_LIBS) |
| 28 | 28 | ||
| 29 | iphone_wrap.cxx : $(SWIG_SOURCES) | 29 | iphone_wrap.cxx : $(SWIG_SOURCES) |
| 30 | $(SWIG) $(SWIG_PYTHON_OPT) $(INCLUDES) -I$(top_srcdir)/src -o $@ $< | 30 | $(SWIG) $(SWIG_PYTHON_OPT) $(INCLUDES) -I$(top_srcdir)/src -o $@ $< |
| 31 | 31 | ||
