diff options
author | Matt Colyer | 2009-11-17 19:21:13 -0800 |
---|---|---|
committer | Matt Colyer | 2009-11-17 19:21:13 -0800 |
commit | c56382f15ec52925219daddd10d2a4cefb4fa166 (patch) | |
tree | 725935df6288cebec0195c8fe9988facbe150f22 /swig/Makefile.am | |
parent | 3ac7fb460c495d34fc02364b2ff7e56456a1a50f (diff) | |
download | libimobiledevice-c56382f15ec52925219daddd10d2a4cefb4fa166.tar.gz libimobiledevice-c56382f15ec52925219daddd10d2a4cefb4fa166.tar.bz2 |
Fix spaces that should be tabs.
Diffstat (limited to 'swig/Makefile.am')
-rw-r--r-- | swig/Makefile.am | 2 |
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 $@ $< |