diff options
| author | Karl Wette <karl.wette@ligo.org> | 2014-04-16 12:05:33 +0200 |
|---|---|---|
| committer | Karl Wette <karl.wette@ligo.org> | 2014-04-16 12:06:02 +0200 |
| commit | 3aacde4f5fd10b2504845f6b86171d9950671e17 (patch) | |
| tree | ed66bd0fad047f04a0cd4de8972354825dac9fff /Examples/android/class | |
| parent | 5934b08220f11c66f8128c75d54339ab84d4b972 (diff) | |
| download | swig-3aacde4f5fd10b2504845f6b86171d9950671e17.tar.gz | |
Whitespace cleanup of Example Makefiles
Diffstat (limited to 'Examples/android/class')
| -rw-r--r-- | Examples/android/class/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/android/class/Makefile b/Examples/android/class/Makefile index 6155d9494..cef405ece 100644 --- a/Examples/android/class/Makefile +++ b/Examples/android/class/Makefile @@ -5,7 +5,7 @@ INTERFACE = example.i INTERFACEDIR = jni/ PACKAGEDIR = src/org/swig PACKAGENAME= org.swig.classexample -SWIGOPT = -package $(PACKAGENAME) -outdir $(PACKAGEDIR)/classexample +SWIGOPT = -package $(PACKAGENAME) -outdir $(PACKAGEDIR)/classexample PROJECTNAME= SwigClass TARGETID = 1 #INSTALLOPTIONS = -s # To install on SD Card |
