From 57b0e4f4fe803fbf7d7a612d4ffb686f73465868 Mon Sep 17 00:00:00 2001 From: Brian Bidulock Date: Thu, 2 Oct 2014 17:32:21 +0200 Subject: Rename obsolete INCLUDES to AM_CPPFLAGS --- client_examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client_examples') diff --git a/client_examples/Makefile.am b/client_examples/Makefile.am index a6ba020..9cb2c32 100644 --- a/client_examples/Makefile.am +++ b/client_examples/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_srcdir) LDADD = ../libvncclient/libvncclient.la @WSOCKLIB@ if WITH_FFMPEG -- cgit v1.2.1