diff options
Diffstat (limited to 'swig/Makefile.am')
| -rw-r--r-- | swig/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/swig/Makefile.am b/swig/Makefile.am index a38534d..ef87733 100644 --- a/swig/Makefile.am +++ b/swig/Makefile.am | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | INCLUDES = -I$(top_srcdir)/include $(libplist_CFLAGS) $(SWIG_PYTHON_CPPFLAGS) -I$(oldincludedir) | 1 | INCLUDES = -I$(top_srcdir)/include $(libplist_CFLAGS) $(SWIG_PYTHON_CPPFLAGS) -I$(oldincludedir) |
| 2 | 2 | ||
| 3 | if HAVE_SWIG | ||
| 3 | BUILT_SOURCES = iphone_wrap.cxx | 4 | BUILT_SOURCES = iphone_wrap.cxx |
| 4 | SWIG_SOURCES = iphone.i | 5 | SWIG_SOURCES = iphone.i |
| 5 | 6 | ||
| @@ -29,3 +30,5 @@ _iphone_la_LIBADD = $(top_builddir)/src/libiphone.la $(libplistmm_LIBS) | |||
| 29 | iphone_wrap.cxx : $(SWIG_SOURCES) | 30 | iphone_wrap.cxx : $(SWIG_SOURCES) |
| 30 | $(SWIG) $(SWIG_PYTHON_OPT) $(INCLUDES) -I$(top_srcdir)/src -o $@ $< | 31 | $(SWIG) $(SWIG_PYTHON_OPT) $(INCLUDES) -I$(top_srcdir)/src -o $@ $< |
| 31 | 32 | ||
| 33 | endif # HAVE_SWIG | ||
| 34 | |||
