diff options
author | Martin Szulecki | 2020-06-14 15:14:13 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-14 23:36:23 +0200 |
commit | 1613a8e7daad563e75c45692f464650c62b02e62 (patch) | |
tree | a18ea91eea18b3479dd2c3a6bec453a5377e4b28 /cython | |
parent | 974f29c1406e7b89f9eadcdec1a869b5467f44dc (diff) | |
download | libimobiledevice-1613a8e7daad563e75c45692f464650c62b02e62.tar.gz libimobiledevice-1613a8e7daad563e75c45692f464650c62b02e62.tar.bz2 |
Remove commented make target from cython Makefile and space in configure.ac
Diffstat (limited to 'cython')
-rw-r--r-- | cython/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cython/Makefile.am b/cython/Makefile.am index 3cf2c8c..b5121ab 100644 --- a/cython/Makefile.am +++ b/cython/Makefile.am @@ -63,7 +63,4 @@ imobiledevice.c: imobiledevice.pyx $(PXDINCLUDES) $(PXIINCLUDES) .pyx.c: $(CYTHON) -I$(CYTHON_PLIST_INCLUDE_DIR) -I$(top_srcdir)/src -o $@ $< -# imobiledevice_private.c: $(IMOBILEDEVICE_PRIVATE_SOURCES) $(IMOBILEDEVICE_INCLUDES) $(PLIST_INCLUDES) -# $(CYTHON) $(IMOBILEDEVICE_CPPFLAGS) -I$(top_srcdir)/src -o $@ $< - endif |