diff options
| author | 2010-03-16 03:40:55 -0500 | |
|---|---|---|
| committer | 2012-03-20 23:25:54 +0100 | |
| commit | fd3f9219f4e7178435f312300f933abe25608cf3 (patch) | |
| tree | d41f4e184fca3da70a4bb44a0eee39dab32b5350 /Makefile.am | |
| parent | 69f518d3a4b249daab850b08a376adbbf6636a8e (diff) | |
| download | libimobiledevice-fd3f9219f4e7178435f312300f933abe25608cf3.tar.gz libimobiledevice-fd3f9219f4e7178435f312300f933abe25608cf3.tar.bz2  | |
Added cython bindings.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 39840d6..9032f79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@  AUTOMAKE_OPTIONS = foreign  ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src include swig dev tools docs +SUBDIRS = src include $(SWIG_SUB) $(CYTHON_SUB) dev tools docs  DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools  | 
