Patch by valtri.
https://trac.xiph.org/ticket/2032
git-svn-id: http://svn.xiph.org/trunk/theora@19181
0101bb08-14d6-0310-b084-
bc0e0c8e3800
## Process this file with automake to produce Makefile.in
-INCLUDES = -I$(top_srcdir)/include
-
noinst_PROGRAMS = dump_video dump_psnr libtheora_info \
$(BUILDABLE_EXAMPLES)
# possible contents of BUILDABLE_EXAMPLES:
EXTRA_PROGRAMS = player_example encoder_example png2theora tiff2theora
+AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CFLAGS = $(OGG_CFLAGS)
LDADD = ../lib/libtheora.la $(OGG_LIBS)
LDADDDEC = ../lib/libtheoradec.la $(OGG_LIBS)
-INCLUDES = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CFLAGS = $(OGG_CFLAGS) $(CAIRO_CFLAGS)
EXTRA_DIST = \
-INCLUDES = -I$(top_srcdir)/include
-
noinst_HEADERS = tests.h
+AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CFLAGS = $(OGG_CFLAGS)
THEORADIR = ../lib