summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--cython/Makefile.am3
2 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 68d6c88..f2e3488 100644
--- a/configure.ac
+++ b/configure.ac
@@ -169,7 +169,7 @@ else
169 building_debug_code=yes 169 building_debug_code=yes
170fi 170fi
171 171
172AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fsigned-char -fvisibility=hidden") 172AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fsigned-char -fvisibility=hidden")
173AC_SUBST(GLOBAL_CFLAGS) 173AC_SUBST(GLOBAL_CFLAGS)
174 174
175case "$GLOBAL_CFLAGS" in 175case "$GLOBAL_CFLAGS" in
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)
63.pyx.c: 63.pyx.c:
64 $(CYTHON) -I$(CYTHON_PLIST_INCLUDE_DIR) -I$(top_srcdir)/src -o $@ $< 64 $(CYTHON) -I$(CYTHON_PLIST_INCLUDE_DIR) -I$(top_srcdir)/src -o $@ $<
65 65
66# imobiledevice_private.c: $(IMOBILEDEVICE_PRIVATE_SOURCES) $(IMOBILEDEVICE_INCLUDES) $(PLIST_INCLUDES)
67# $(CYTHON) $(IMOBILEDEVICE_CPPFLAGS) -I$(top_srcdir)/src -o $@ $<
68
69endif 66endif