We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6286d commit 1029435Copy full SHA for 1029435
lv2/Makefile.am
@@ -1,6 +1,6 @@
1
include $(top_srcdir)/Makefile.decl
2
3
-AM_CXXFLAGS += $(LV2_CFLAGS) $(GLIB_CFLAGS) $(SNDFILE_CFLAGS) $(JACK_CFLAGS) $(CAIRO_CFLAGS) -I$(top_srcdir)/lib -I$(top_srcdir)/glui $(CFLAG_VISIBILITY)
+AM_CXXFLAGS += $(LV2_CFLAGS) $(GLIB_CFLAGS) $(FFTW_CFLAGS) $(SNDFILE_CFLAGS) $(JACK_CFLAGS) $(CAIRO_CFLAGS) -I$(top_srcdir)/lib -I$(top_srcdir)/glui $(CFLAG_VISIBILITY)
4
5
spectmorph_lv2dir = $(libdir)/lv2/spectmorph.lv2
6
0 commit comments