diff options
author | David Robillard <d@drobilla.net> | 2008-08-09 17:34:35 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-08-09 17:34:35 +0000 |
commit | febf3cdb9b1c243bcec08b3e0c6afc9325697250 (patch) | |
tree | 449cb5e5435d07093118ea74233df701451c7aa2 /Makefile | |
parent | 9b4f56625cd2a8207f322264343d2b1a4b4ff5f8 (diff) | |
download | mda.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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |