summaryrefslogtreecommitdiff
path: root/plugins/vorbis
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-02-04 21:53:01 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-02-04 22:14:50 +0100
commit1be8124fc35a6b4ffd14bfc6008aee8a29a6e9f3 (patch)
tree51db677b3b1f706cc0e084a56878c19d1d9988a1 /plugins/vorbis
parent605df291ca7391a6ee1c05ac3dd8d98498fdcd98 (diff)
vorbis: static build fix
Diffstat (limited to 'plugins/vorbis')
-rw-r--r--plugins/vorbis/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vorbis/Makefile.am b/plugins/vorbis/Makefile.am
index 8587e54a..f1beef70 100644
--- a/plugins/vorbis/Makefile.am
+++ b/plugins/vorbis/Makefile.am
@@ -5,5 +5,5 @@ vorbis_la_SOURCES = vorbis.c vcedit.c vcedit.h vceditaux.h i18n.h
vorbis_la_LDFLAGS = -module -lm
vorbis_la_LIBADD = $(LDADD) $(VORBIS_LIBS)
-AM_CFLAGS = $(CFLAGS) -std=c99
+AM_CFLAGS = $(CFLAGS) $(VORBIS_CFLAGS) -std=c99
endif