aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-11-26 22:18:13 +0000
committerDavid Robillard <d@drobilla.net>2010-11-26 22:18:13 +0000
commit296863bbedf4c5c9add5e85bb2a863bf4e55e7d2 (patch)
tree44b0720d65ae78aeec5a70c72171fbb019479e39
parentf6953d618c904d91505ea8fc477b8e51cb7e65cc (diff)
downloadmda.lv2-296863bbedf4c5c9add5e85bb2a863bf4e55e7d2.tar.gz
mda.lv2-296863bbedf4c5c9add5e85bb2a863bf4e55e7d2.tar.bz2
mda.lv2-296863bbedf4c5c9add5e85bb2a863bf4e55e7d2.zip
Use http://drobilla.net/plugins
git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@2677 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 691082b..50c0582 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CFLAGS = -O0 -g -ansi -Wall -Wextra -Wno-unused # -pedantic -Woverloaded-virtual
-CFLAGS += -fPIC -DPIC -Ilvz -Ivstgui -I. -DURI_PREFIX=\"http://drobilla.net/ns/ext/mda-lv2/\"
+CFLAGS += -fPIC -DPIC -Ilvz -Ivstgui -I. -DURI_PREFIX=\"http://drobilla.net/plugins/mda.lv2/\"
SYSTEMNAME = $(shell uname -s)