Skip to content

Commit

Permalink
LV2: add sndfile cflags
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Westerfeld <stefan@space.twc.de>
  • Loading branch information
swesterfeld committed May 2, 2024
1 parent d6a1b69 commit 45eea09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lv2/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include $(top_srcdir)/Makefile.decl

AM_CXXFLAGS += $(LV2_CFLAGS) $(BSE_CFLAGS) $(JACK_CFLAGS) $(CAIRO_CFLAGS) -I$(top_srcdir)/lib -I$(top_srcdir)/glui $(CFLAG_VISIBILITY)
AM_CXXFLAGS += $(LV2_CFLAGS) $(BSE_CFLAGS) $(SNDFILE_CFLAGS) $(JACK_CFLAGS) $(CAIRO_CFLAGS) -I$(top_srcdir)/lib -I$(top_srcdir)/glui $(CFLAG_VISIBILITY)

spectmorph_lv2dir = $(libdir)/lv2/spectmorph.lv2

Expand Down

0 comments on commit 45eea09

Please sign in to comment.