From 305bc5c31dde06afb3d867abd1b461a98c868a74 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 6 May 2017 13:24:19 +0200 Subject: Add missing plugin cppflags. --- plugin/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin') diff --git a/plugin/Makefile.am b/plugin/Makefile.am index 6016340..91c3215 100644 --- a/plugin/Makefile.am +++ b/plugin/Makefile.am @@ -12,6 +12,7 @@ endif drumgizmo_la_CXXFLAGS = -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\" \ $(LV2_CFLAGS) \ + $(SNDFILE_CFLAGS) \ -I$(top_srcdir)/include \ -I$(top_srcdir)/plugin/plugingizmo \ -I$(top_srcdir)/plugingui \ @@ -40,6 +41,7 @@ vstplugin_DATA = endif drumgizmo_vst_la_CXXFLAGS = -DVST \ + $(SNDFILE_CFLAGS) \ -I$(top_srcdir)/include \ -I$(top_srcdir)/plugin/plugingizmo \ -I$(top_srcdir)/plugingui \ -- cgit v1.2.3