diff options
Diffstat (limited to 'swig')
| -rw-r--r-- | swig/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swig/Makefile.am b/swig/Makefile.am index 6852aad..0953a56 100644 --- a/swig/Makefile.am +++ b/swig/Makefile.am | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | INCLUDES = -I$(top_srcdir)/include $(libplist_CFLAGS) $(SWIG_PYTHON_CPPFLAGS) -I$(oldincludedir) | 1 | AM_CPPFLAGS = -I$(top_srcdir)/include $(libplist_CFLAGS) $(SWIG_PYTHON_CPPFLAGS) -I$(oldincludedir) |
| 2 | 2 | ||
| 3 | if HAVE_SWIG | 3 | if HAVE_SWIG |
| 4 | BUILT_SOURCES = imobiledevice_wrap.cxx | 4 | BUILT_SOURCES = imobiledevice_wrap.cxx |
| @@ -28,7 +28,7 @@ _imobiledevice_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS) | |||
| 28 | _imobiledevice_la_LIBADD = $(top_builddir)/src/libimobiledevice.la $(libplistmm_LIBS) | 28 | _imobiledevice_la_LIBADD = $(top_builddir)/src/libimobiledevice.la $(libplistmm_LIBS) |
| 29 | 29 | ||
| 30 | imobiledevice_wrap.cxx : $(SWIG_SOURCES) | 30 | imobiledevice_wrap.cxx : $(SWIG_SOURCES) |
| 31 | $(SWIG) $(SWIG_PYTHON_OPT) $(INCLUDES) -I$(top_srcdir)/src -o $@ $< | 31 | $(SWIG) $(SWIG_PYTHON_OPT) $(AM_CPPFLAGS) -I$(top_srcdir)/src -o $@ $< |
| 32 | 32 | ||
| 33 | endif # HAVE_SWIG | 33 | endif # HAVE_SWIG |
| 34 | 34 | ||
