From dbcd64b2fe897be75e92a96c4b2db3f0ec65fa59 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 30 Sep 2008 21:53:16 +0000 Subject: 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 --- src/common/lv2ext/lv2_event.h | 2 +- src/common/lv2ext/lv2_event_helpers.h | 2 +- src/common/lv2ext/lv2_uri_map.h | 2 +- src/engine/lv2_contexts.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.1