From 1613a8e7daad563e75c45692f464650c62b02e62 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 14 Jun 2020 15:14:13 +0200 Subject: Remove commented make target from cython Makefile and space in configure.ac --- cython/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'cython') 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 -- cgit v1.1-32-gdbae