aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-09 17:34:35 +0000
committerDavid Robillard <d@drobilla.net>2008-08-09 17:34:35 +0000
commitfebf3cdb9b1c243bcec08b3e0c6afc9325697250 (patch)
tree449cb5e5435d07093118ea74233df701451c7aa2
parent9b4f56625cd2a8207f322264343d2b1a4b4ff5f8 (diff)
downloadmda.lv2-febf3cdb9b1c243bcec08b3e0c6afc9325697250.tar.gz
mda.lv2-febf3cdb9b1c243bcec08b3e0c6afc9325697250.tar.bz2
mda.lv2-febf3cdb9b1c243bcec08b3e0c6afc9325697250.zip
Remove unused LV2_INSTALL_DIR (don't have to edit makefile for that).
Don't smash user CFLAGS by default. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1335 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 074824e..7cae036 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,5 @@
-CFLAGS = -O0 -g -Wall -Wextra -Wshadow -Woverloaded-virtual -Wno-unused -ansi -pedantic -fPIC -DPIC -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
+#CFLAGS = -O0 -g -ansi -pedantic -Wall -Wextra -Wshadow -Woverloaded-virtual -Wno-unused
+CFLAGS += -fPIC -DPIC -Ilvz -I. -DPLUGIN_URI_PREFIX=\"http://drobilla.net/ns/dev/mda-lv2/\"
all: lvz/gendata libs data