created interfaces directory, moved java there and added new python draft interface
authorPaul Brossier <piem@piem.org>
Wed, 30 Sep 2009 01:45:12 +0000 (03:45 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 30 Sep 2009 01:45:12 +0000 (03:45 +0200)
configure.ac
interfaces/java/Makefile.am [moved from java/Makefile.am with 100% similarity]
interfaces/java/aubio/Makefile.am [moved from java/aubio/Makefile.am with 100% similarity]
interfaces/java/aubio/main.java [moved from java/aubio/main.java with 100% similarity]

index 30105dd84199e29b3a0e4526fd29edc5ab32ab31..77cda7055509a1654af424bafd408e0d47e2feb8 100644 (file)
@@ -250,8 +250,8 @@ AC_OUTPUT([
     swig/Makefile
     python/Makefile
     python/aubio/Makefile
-    java/Makefile
-    java/aubio/Makefile
+    interfaces/java/Makefile
+    interfaces/java/aubio/Makefile
     plugins/Makefile
     plugins/audacity/Makefile
     plugins/audacity/plug-ins/Makefile
similarity index 100%
rename from java/Makefile.am
rename to interfaces/java/Makefile.am