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 --- examples/Makefile.am | 2 +- examples/android/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/Makefile.am b/examples/Makefile.am index 6a7d656..829f735 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_srcdir) LDADD = ../libvncserver/libvncserver.la @WSOCKLIB@ if OSX diff --git a/examples/android/Makefile.am b/examples/android/Makefile.am index 2104967..9cb5c02 100644 --- a/examples/android/Makefile.am +++ b/examples/android/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_srcdir) LDADD = $(top_srcdir)/libvncserver/libvncserver.la @WSOCKLIB@ noinst_PROGRAMS=androidvncserver -- cgit v1.2.3