###
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 5d13272..8a4097c 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,6 +1,8 @@
noinst_PROGRAMS = dump_video encoder_example player_example
+AM_CFLAGS = $(OGG_CFLAGS)
+
dump_video_SOURCES = dump_video.c
dump_video_LDADD = $(DAALA_DEC_LIBS) $(OGG_LIBS)
3495476 Add Ogg cflags to examples
examples/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
Upstream: git.xiph.org