diff options
author | David Robillard <d@drobilla.net> | 2006-09-15 01:20:54 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-09-15 01:20:54 +0000 |
commit | a135a764751a356ac34c2f35f8ce2c009872f1fd (patch) | |
tree | fd70a03cad997bbaeac6bed50c5b17be442aad9e /src/progs/ingenuity/Makefile.am | |
parent | f9f760893e4fa1ff850becf7d98bd4c6af8b8d73 (diff) | |
download | ingen-a135a764751a356ac34c2f35f8ce2c009872f1fd.tar.gz ingen-a135a764751a356ac34c2f35f8ce2c009872f1fd.tar.bz2 ingen-a135a764751a356ac34c2f35f8ce2c009872f1fd.zip |
Fixed FlowCanvas #include directives (to include FLOWCANVAS prefix).
Renamed classes/files in Ingenuity to make more sense (and kill "Om").
Patch port fixes.
git-svn-id: http://svn.drobilla.net/lad/ingen@136 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/ingenuity/Makefile.am')
-rw-r--r-- | src/progs/ingenuity/Makefile.am | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/progs/ingenuity/Makefile.am b/src/progs/ingenuity/Makefile.am index aaa832f3..0290f37e 100644 --- a/src/progs/ingenuity/Makefile.am +++ b/src/progs/ingenuity/Makefile.am @@ -24,8 +24,8 @@ ingenuity_SOURCES = \ main.cpp \ NodeMenu.h \ NodeMenu.cpp \ - OmFlowCanvas.h \ - OmFlowCanvas.cpp \ + PatchCanvas.h \ + PatchCanvas.cpp \ BreadCrumb.h \ BreadCrumbBox.h \ BreadCrumbBox.cpp \ @@ -59,18 +59,18 @@ ingenuity_SOURCES = \ WindowFactory.cpp \ ../../common/types.h \ ../../common/Path.h \ - OmModule.h \ - OmModule.cpp \ - OmPortModule.h \ - OmPortModule.cpp \ + NodeModule.h \ + NodeModule.cpp \ + PatchPortModule.h \ + PatchPortModule.cpp \ DSSIModule.h \ DSSIModule.cpp \ SubpatchModule.h \ SubpatchModule.cpp \ - OmPort.h \ - OmPort.cpp \ - OmPatchPort.h \ - OmPatchPort.cpp \ + Port.h \ + Port.cpp \ + PatchPort.h \ + PatchPort.cpp \ NewSubpatchWindow.h \ NewSubpatchWindow.cpp \ ConfigWindow.h \ |