commit 18f2d633ddba46ca81509deb45994c4f3af91dee Author: vaydheesh Date: Fri Jul 5 14:58:48 2019 +0530 Fixed indentation diff --git a/apertium/Makefile.am b/apertium/Makefile.am index 80ee5db..377c1a0 100644 --- a/apertium/Makefile.am +++ b/apertium/Makefile.am @@ -40,7 +40,7 @@ h_sources = a.h \ optional.h \ perceptron_spec.h \ perceptron_tagger.h \ - pretransfer.h \ + pretransfer.h \ postchunk.h \ sentence_stream.h \ serialiser.h \ @@ -132,7 +132,7 @@ cc_sources = a.cc \ file_morpho_stream.cc \ perceptron_spec.cc \ perceptron_tagger.cc \ - pretransfer.cc \ + pretransfer.cc \ postchunk.cc \ sentence_stream.cc \ stream.cc \ diff --git a/python/setup.py.in b/python/setup.py.in index b097897..de18a2b 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -40,7 +40,7 @@ apertium_core_module = Extension( swig_opts=['-c++', '-I..', '-I@top_srcdir@/apertium', '-Wall']+'@APERTIUM_CFLAGS@'.split(), include_dirs=get_include_dirs(), library_dirs=['/usr/include/libxml2', '/usr/local/lib'], - extra_compile_args='@CPPFLAGS@'.split() + '@CXXFLAGS@'.split(), + extra_compile_args='@CPPFLAGS@'.split()+'@CXXFLAGS@'.split(), extra_link_args='@LIBS@'.split(), )