From c3de911a017732e6b2ede9e2305abe86fbf3ed8d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 22 Sep 2010 19:21:26 +0000 Subject: Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext. git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@2614 a436a847-0d15-0410-975c-d299462d15a1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c9f6eff..94e6ea3 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/dev/mda-lv2/\" +CFLAGS += -fPIC -DPIC -Ilvz -Ivstgui -I. -DURI_PREFIX=\"http://drobilla.net/ns/ext/mda-lv2/\" SYSTEMNAME = $(shell uname -s) -- cgit v1.2.1