diff options
Diffstat (limited to 'plugin/Makefile.am')
-rw-r--r-- | plugin/Makefile.am | 2 |
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 \ |