diff options
author | David Robillard <d@drobilla.net> | 2008-09-30 21:53:16 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-09-30 21:53:16 +0000 |
commit | 3ccfbe6ea9632b5e0f0d02c33bf314e71f1a35be (patch) | |
tree | 645a99a1ed12cf48d0c84fedf3abd8abcbd6246f | |
parent | 58707f0558696829d463b35a6173ce854b6df803 (diff) | |
download | lilv-3ccfbe6ea9632b5e0f0d02c33bf314e71f1a35be.tar.gz lilv-3ccfbe6ea9632b5e0f0d02c33bf314e71f1a35be.tar.bz2 lilv-3ccfbe6ea9632b5e0f0d02c33bf314e71f1a35be.zip |
Move LV2 extension stuff to less horribly named directory.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1562 a436a847-0d15-0410-975c-d299462d15a1
l--------- | hosts/lv2_event.h | 2 | ||||
l--------- | hosts/lv2_event_helpers.h | 2 | ||||
l--------- | hosts/lv2_uri_map.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hosts/lv2_event.h b/hosts/lv2_event.h index 4c8ba8b..9deea12 120000 --- a/hosts/lv2_event.h +++ b/hosts/lv2_event.h @@ -1 +1 @@ -../../lv2/lv2/event/lv2_event.h
\ No newline at end of file +../../lv2/ext/event/lv2_event.h
\ No newline at end of file diff --git a/hosts/lv2_event_helpers.h b/hosts/lv2_event_helpers.h index 221fa8d..846659f 120000 --- a/hosts/lv2_event_helpers.h +++ b/hosts/lv2_event_helpers.h @@ -1 +1 @@ -../../lv2/lv2/event/lv2_event_helpers.h
\ No newline at end of file +../../lv2/ext/event/lv2_event_helpers.h
\ No newline at end of file diff --git a/hosts/lv2_uri_map.h b/hosts/lv2_uri_map.h index 408c2f2..2985059 120000 --- a/hosts/lv2_uri_map.h +++ b/hosts/lv2_uri_map.h @@ -1 +1 @@ -../../lv2/lv2/uri_map/lv2_uri_map.h
\ No newline at end of file +../../lv2/ext/uri_map/lv2_uri_map.h
\ No newline at end of file |