summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorGravatar Matt Colyer2009-11-17 19:21:13 -0800
committerGravatar Matt Colyer2009-11-17 19:21:13 -0800
commitc56382f15ec52925219daddd10d2a4cefb4fa166 (patch)
tree725935df6288cebec0195c8fe9988facbe150f22 /swig
parent3ac7fb460c495d34fc02364b2ff7e56456a1a50f (diff)
downloadlibimobiledevice-c56382f15ec52925219daddd10d2a4cefb4fa166.tar.gz
libimobiledevice-c56382f15ec52925219daddd10d2a4cefb4fa166.tar.bz2
Fix spaces that should be tabs.
Diffstat (limited to 'swig')
-rw-r--r--swig/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/Makefile.am b/swig/Makefile.am
index 580158d..a38534d 100644
--- a/swig/Makefile.am
+++ b/swig/Makefile.am
@@ -27,5 +27,5 @@ _iphone_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS)
_iphone_la_LIBADD = $(top_builddir)/src/libiphone.la $(libplistmm_LIBS)
iphone_wrap.cxx : $(SWIG_SOURCES)
- $(SWIG) $(SWIG_PYTHON_OPT) $(INCLUDES) -I$(top_srcdir)/src -o $@ $<
+ $(SWIG) $(SWIG_PYTHON_OPT) $(INCLUDES) -I$(top_srcdir)/src -o $@ $<