aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-09 04:50:39 +0000
committerDavid Robillard <d@drobilla.net>2008-08-09 04:50:39 +0000
commite6a34560fe4e20979bf89fdf890601cd8842305e (patch)
tree638bafebf6ae695ad00099804a2bd38632286641 /Makefile
parentf652720d0dc24a1951e66e28486e856b424d68df (diff)
downloadmda.lv2-e6a34560fe4e20979bf89fdf890601cd8842305e.tar.gz
mda.lv2-e6a34560fe4e20979bf89fdf890601cd8842305e.tar.bz2
mda.lv2-e6a34560fe4e20979bf89fdf890601cd8842305e.zip
Working!
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1329 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d09bd3d..41f3d5a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -O0 -g -Wall -Wextra -Wshadow -Wno-unused -ansi -pedantic -fPIC -DPIC -Ilvz -I. -DPLUGIN_URI_PREFIX=\"http://drobilla.net/ns/dev/mda-lv2/\"
+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
@@ -75,7 +75,7 @@ uninstall:
rm -rf /usr/local/lib/lv2/mda.lv2
rm -rf /usr/lib/lv2/mda.lv2
-src/%.c: src/%.h lvz/audioeffectx.h
+src/%.cpp: src/%.h lvz/audioeffectx.h
lvz/gendata: lvz/gendata.cpp lvz/audioeffectx.h
$(CXX) $(CFLAGS) -ldl $< -o $@