From 8a3d31464ce8722635e7c4794a810e4b8b9e52c3 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Thu, 25 Sep 2008 21:30:50 +0000 Subject: [PATCH] moved LiveTool to LMMS-extras git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1714 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 3 +++ plugins/CMakeLists.txt | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4154d69fc..d83ad8050 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-09-25 Tobias Doerffel + * plugins/CMakeLists.txt: + moved LiveTool to LMMS-extras + * plugins/live_tool/live_tool.h: * plugins/live_tool/live_tool.cpp: replaced X11-specific parts by platform independent code but still diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 5b637bd06..11f038c24 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -7,7 +7,6 @@ ADD_SUBDIRECTORY(ladspa_browser) ADD_SUBDIRECTORY(ladspa_effect) ADD_SUBDIRECTORY(lb302) #ADD_SUBDIRECTORY(lb303) -ADD_SUBDIRECTORY(live_tool) ADD_SUBDIRECTORY(midi_import) ADD_SUBDIRECTORY(organic) ADD_SUBDIRECTORY(papu)