diff options
author | David Robillard <d@drobilla.net> | 2008-08-09 03:27:51 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-08-09 03:27:51 +0000 |
commit | a74406332f24e0dfe9342f418ae81c2a242d8765 (patch) | |
tree | 56012c52621aacb4706c884c08d65660fcd16132 /Makefile | |
parent | fc66f67d23ce051ddff2f86c036728c7d7b59c6f (diff) | |
download | mda.lv2-a74406332f24e0dfe9342f418ae81c2a242d8765.tar.gz mda.lv2-a74406332f24e0dfe9342f418ae81c2a242d8765.tar.bz2 mda.lv2-a74406332f24e0dfe9342f418ae81c2a242d8765.zip |
Clean up port names and automatically generate nice/legal symbols for them.
Write run wrapper to set plugin parameters values if they have changed since last cycle (bit of overhead...).
Set port parameter ranges and default values.
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1326 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS = -O0 -g -Wall -fPIC -Ilvz -I. -DPLUGIN_URI_PREFIX=\"http://drobilla.net/ns/plugins/mda-lv2/\" +CFLAGS = -O0 -g -Wall -fPIC -Ilvz -I. -DPLUGIN_URI_PREFIX=\"http://drobilla.net/ns/dev/mda-lv2/\" # Change this to wherever you want system-wide bundles installed LV2_INSTALL_DIR = /usr/local/lib/lv2 |