From febf3cdb9b1c243bcec08b3e0c6afc9325697250 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 9 Aug 2008 17:34:35 +0000 Subject: 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 --- Makefile | 6 ++---- 1 file 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 -- cgit v1.2.1