normalize example header includes

headers from examples/ aren't installed so prefix with './' to be
explicit.

Change-Id: Ie6c1544a026a9859b7fc0cf238b21e031ef0013f
This commit is contained in:
James Zern 2012-05-15 13:48:11 -07:00
parent 061263a787
commit 00b29e282f
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@
#include "webp/encode.h"
#include "stopwatch.h"
#include "./stopwatch.h"
#ifndef WEBP_DLL
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {

View File

@ -39,7 +39,7 @@
#include "webp/decode.h"
#include "./example_util.h"
#include "stopwatch.h"
#include "./stopwatch.h"
static int verbose = 0;
#ifndef WEBP_DLL

View File

@ -56,7 +56,7 @@ EXTRA_FLAGS += -Wdeclaration-after-statement
AR = ar
ARFLAGS = r
CC = gcc
CPPFLAGS = -Isrc/ -Iexamples/ -Wall
CPPFLAGS = -Isrc/ -Wall
CFLAGS = -O3 -DNDEBUG $(EXTRA_FLAGS)
INSTALL = install
GROFF = /usr/bin/groff