summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2019-11-13 17:10:39 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2019-11-13 17:26:27 +0100
commite8f702516079ea4b5803adcb888150d3d7a760d4 (patch)
treed941e54e2b71cd949fd84aac2edce0507c34d717 /plugin
parent8c7a9ccb375e7fcb88bb5e300dea3461b2280669 (diff)
Fix zita-resampler include path.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am
index 95db9b7..3259751 100644
--- a/plugin/Makefile.am
+++ b/plugin/Makefile.am
@@ -14,6 +14,7 @@ endif
drumgizmo_la_CXXFLAGS = -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\" \
-fvisibility=hidden \
+ -I$(top_srcdir)/zita-resampler/libs \
$(LV2_CFLAGS) \
$(SNDFILE_CFLAGS) \
-I$(top_srcdir)/plugin/plugingizmo \
@@ -80,6 +81,7 @@ endif
drumgizmo_vst_la_CXXFLAGS = -DVST \
-fvisibility=hidden \
+ -I$(top_srcdir)/zita-resampler/libs \
$(SNDFILE_CFLAGS) \
-I$(top_srcdir)/plugin/plugingizmo \
-I$(top_srcdir)/plugingui \