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 | dbcd64b2fe897be75e92a96c4b2db3f0ec65fa59 (patch) | |
tree | 0286d190f72d1605f235017f791e37f9fec337d1 /src | |
parent | b05b0f8530c28d77087f7e214e0c7eecfb64e20c (diff) | |
download | ingen-dbcd64b2fe897be75e92a96c4b2db3f0ec65fa59.tar.gz ingen-dbcd64b2fe897be75e92a96c4b2db3f0ec65fa59.tar.bz2 ingen-dbcd64b2fe897be75e92a96c4b2db3f0ec65fa59.zip |
Move LV2 extension stuff to less horribly named directory.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1562 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
l--------- | src/common/lv2ext/lv2_event.h | 2 | ||||
l--------- | src/common/lv2ext/lv2_event_helpers.h | 2 | ||||
l--------- | src/common/lv2ext/lv2_uri_map.h | 2 | ||||
l--------- | src/engine/lv2_contexts.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/common/lv2ext/lv2_event.h b/src/common/lv2ext/lv2_event.h index 940a5faa..33ae2639 120000 --- a/src/common/lv2ext/lv2_event.h +++ b/src/common/lv2ext/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/src/common/lv2ext/lv2_event_helpers.h b/src/common/lv2ext/lv2_event_helpers.h index ad8001fc..657cfb26 120000 --- a/src/common/lv2ext/lv2_event_helpers.h +++ b/src/common/lv2ext/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/src/common/lv2ext/lv2_uri_map.h b/src/common/lv2ext/lv2_uri_map.h index 9b67092f..a6d9da5e 120000 --- a/src/common/lv2ext/lv2_uri_map.h +++ b/src/common/lv2ext/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 diff --git a/src/engine/lv2_contexts.h b/src/engine/lv2_contexts.h index 8c09603a..a9c613f2 120000 --- a/src/engine/lv2_contexts.h +++ b/src/engine/lv2_contexts.h @@ -1 +1 @@ -../../../lv2/lv2/contexts/lv2_contexts.h
\ No newline at end of file +../../../lv2/ext/contexts/lv2_contexts.h
\ No newline at end of file |