diff options
| author | 2009-11-10 13:37:24 +0100 | |
|---|---|---|
| committer | 2009-11-11 07:34:29 -0800 | |
| commit | 28d1fcac0eda09e829ef8c8b46fad0e45590af16 (patch) | |
| tree | 4d7064468d46a4d4dfbae7dfa9b0e7d812aeecda /swig | |
| parent | eaf80002c6e82c6b7a376bb61c9884ec3cf750b4 (diff) | |
| download | libimobiledevice-28d1fcac0eda09e829ef8c8b46fad0e45590af16.tar.gz libimobiledevice-28d1fcac0eda09e829ef8c8b46fad0e45590af16.tar.bz2 | |
Require libplist++ in order to fix linking of Python bindings
[#84 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
Diffstat (limited to 'swig')
| -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 f3f9714..0da739b 100644 --- a/swig/Makefile.am +++ b/swig/Makefile.am | |||
| @@ -24,7 +24,7 @@ iPhone_LTLIBRARIES = _iPhone.la | |||
| 24 | nodist__iPhone_la_SOURCES = iphone_wrap.cxx $(SWIG_SOURCES) | 24 | nodist__iPhone_la_SOURCES = iphone_wrap.cxx $(SWIG_SOURCES) |
| 25 | _iPhone_la_CFLAGS = $(PYTHON_CPPFLAGS) -I$(top_srcdir)/src | 25 | _iPhone_la_CFLAGS = $(PYTHON_CPPFLAGS) -I$(top_srcdir)/src |
| 26 | _iPhone_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS) | 26 | _iPhone_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS) |
| 27 | _iPhone_la_LIBADD = $(top_builddir)/src/libiphone.la | 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 $@ $< |
