diff options
Diffstat (limited to 'src/engine/machina')
-rw-r--r-- | src/engine/machina/Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/engine/machina/Makefile.am b/src/engine/machina/Makefile.am deleted file mode 100644 index a9b3cb5..0000000 --- a/src/engine/machina/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -libmachinaincludedir = $(includedir)/machina - -libmachinainclude_HEADERS = \ - Action.hpp \ - ActionFactory.hpp \ - Driver.hpp \ - Edge.hpp \ - Engine.hpp \ - Evolver.hpp \ - JackDriver.hpp \ - LearnRequest.hpp \ - Loader.hpp \ - Machine.hpp \ - MachineBuilder.hpp \ - MidiAction.hpp \ - Mutation.hpp \ - Node.hpp \ - Problem.hpp \ - Recorder.hpp \ - SMFDriver.hpp \ - Schrodinbit.hpp \ - types.hpp |