diff options
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 |