diff options
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r-- | swig/Makefile.am | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ccbf59b..58aee42 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -26,6 +26,7 @@ PKG_CHECK_MODULES(libgthread2, gthread-2.0 >= 2.14.1) | |||
| 26 | PKG_CHECK_MODULES(libgnutls, gnutls >= 1.6.3 ) | 26 | PKG_CHECK_MODULES(libgnutls, gnutls >= 1.6.3 ) |
| 27 | PKG_CHECK_MODULES(libtasn1, libtasn1 >= 1.1) | 27 | PKG_CHECK_MODULES(libtasn1, libtasn1 >= 1.1) |
| 28 | PKG_CHECK_MODULES(libplist, libplist >= 0.15) | 28 | PKG_CHECK_MODULES(libplist, libplist >= 0.15) |
| 29 | PKG_CHECK_MODULES(libplistmm, libplist++ >= 0.15) | ||
| 29 | AC_CHECK_LIB(gcrypt, gcry_control, [AC_SUBST(libgcrypt_LIBS,[-lgcrypt])], ["libgcrypt is required to build libiphone"]) | 30 | AC_CHECK_LIB(gcrypt, gcry_control, [AC_SUBST(libgcrypt_LIBS,[-lgcrypt])], ["libgcrypt is required to build libiphone"]) |
| 30 | 31 | ||
| 31 | # Checks for header files. | 32 | # Checks for header files. |
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 $@ $< |
