diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/lv2ext/Makefile.am | 2 | ||||
l--------- | src/common/lv2ext/lv2_event.h | 1 | ||||
l--------- | src/common/lv2ext/lv2_event_helpers.h | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/src/common/lv2ext/Makefile.am b/src/common/lv2ext/Makefile.am index ecbde5dd..41f8308b 100644 --- a/src/common/lv2ext/Makefile.am +++ b/src/common/lv2ext/Makefile.am @@ -1 +1 @@ -noinst_HEADERS = lv2_event.h +noinst_HEADERS = lv2_event.h lv2_event_helpers.h diff --git a/src/common/lv2ext/lv2_event.h b/src/common/lv2ext/lv2_event.h new file mode 120000 index 00000000..940a5faa --- /dev/null +++ b/src/common/lv2ext/lv2_event.h @@ -0,0 +1 @@ +../../../../lv2/lv2/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 new file mode 120000 index 00000000..ad8001fc --- /dev/null +++ b/src/common/lv2ext/lv2_event_helpers.h @@ -0,0 +1 @@ +../../../../lv2/lv2/event/lv2_event_helpers.h
\ No newline at end of file |