diff options
| author | 2010-03-31 14:19:38 -0500 | |
|---|---|---|
| committer | 2012-03-20 23:25:55 +0100 | |
| commit | 23954a2b28e6f763a83524a85ead4716620ee7cc (patch) | |
| tree | 33a4a940c26d7b7a228400ffcf6abbc0435958ae /cython/Makefile.am | |
| parent | 7b4cb7fb2f1b1ed29f3bc97a9bcae5fc2a89fe95 (diff) | |
| download | libimobiledevice-23954a2b28e6f763a83524a85ead4716620ee7cc.tar.gz libimobiledevice-23954a2b28e6f763a83524a85ead4716620ee7cc.tar.bz2 | |
Added all remaining classes from libimobiledevice.
Diffstat (limited to 'cython/Makefile.am')
| -rw-r--r-- | cython/Makefile.am | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/cython/Makefile.am b/cython/Makefile.am index c0ebff6..228ec0c 100644 --- a/cython/Makefile.am +++ b/cython/Makefile.am | |||
| @@ -14,7 +14,11 @@ PXIINCLUDES = \ | |||
| 14 | sbservices.pxi \ | 14 | sbservices.pxi \ |
| 15 | mobilebackup.pxi \ | 15 | mobilebackup.pxi \ |
| 16 | property_list_client.pxi \ | 16 | property_list_client.pxi \ |
| 17 | afc.pxi | 17 | afc.pxi \ |
| 18 | file_relay.pxi \ | ||
| 19 | screenshotr.pxi \ | ||
| 20 | installation_proxy.pxi \ | ||
| 21 | mobile_image_mounter.pxi | ||
| 18 | 22 | ||
| 19 | CLEANFILES = \ | 23 | CLEANFILES = \ |
| 20 | *.pyc \ | 24 | *.pyc \ |
| @@ -26,8 +30,8 @@ EXTRA_DIST = imobiledevice.pyx imobiledevice.pxd $(PXIINCLUDES) | |||
| 26 | imobiledevicedir = $(pyexecdir) | 30 | imobiledevicedir = $(pyexecdir) |
| 27 | imobiledevice_LTLIBRARIES = imobiledevice.la | 31 | imobiledevice_LTLIBRARIES = imobiledevice.la |
| 28 | imobiledevice_la_SOURCES = imobiledevice.pyx | 32 | imobiledevice_la_SOURCES = imobiledevice.pyx |
| 29 | imobiledevice_la_CFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/src $(PYTHON_CPPFLAGS) | 33 | imobiledevice_la_CFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/src $(PYTHON_CPPFLAGS) $(libglib2_CFLAGS) $(libgthread2_CFLAGS) |
| 30 | imobiledevice_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS) | 34 | imobiledevice_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS) $(libglib2_LIBS) $(libgthread2_LIBS) |
| 31 | imobiledevice_la_LIBADD = $(top_builddir)/src/libimobiledevice.la | 35 | imobiledevice_la_LIBADD = $(top_builddir)/src/libimobiledevice.la |
| 32 | 36 | ||
| 33 | imobiledevice.c: imobiledevice.pyx $(PXDINCLUDES) $(PXIINCLUDES) | 37 | imobiledevice.c: imobiledevice.pyx $(PXDINCLUDES) $(PXIINCLUDES) |
