diff options
author | David Robillard <d@drobilla.net> | 2007-07-25 18:43:57 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-07-25 18:43:57 +0000 |
commit | ac6d9b45093f6d304a4d32271e3636b51ccd5a47 (patch) | |
tree | e3352a2d0386304e195c3e44760fbffffa7cdfb5 /src/libs/client | |
parent | 3534ac692580a8242d8dfd917394c2c04f79e12d (diff) | |
download | ingen-ac6d9b45093f6d304a4d32271e3636b51ccd5a47.tar.gz ingen-ac6d9b45093f6d304a4d32271e3636b51ccd5a47.tar.bz2 ingen-ac6d9b45093f6d304a4d32271e3636b51ccd5a47.zip |
Distcheck fixes.
Fix LV2 plugin building.
Hopefully actually link against local libraries for real this time honest.
Fix building w/o SLV2. Though why, I don't know ;).
git-svn-id: http://svn.drobilla.net/lad/ingen@627 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client')
-rw-r--r-- | src/libs/client/PluginModel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/client/PluginModel.cpp b/src/libs/client/PluginModel.cpp index 886a2fa6..1e6729d6 100644 --- a/src/libs/client/PluginModel.cpp +++ b/src/libs/client/PluginModel.cpp @@ -24,8 +24,10 @@ namespace Ingen { namespace Client { +#ifdef HAVE_SLV2 SLV2World PluginModel::_slv2_world = NULL; SLV2Plugins PluginModel::_slv2_plugins = NULL; +#endif string |