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 --- libvncclient/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvncclient') diff --git a/libvncclient/Makefile.am b/libvncclient/Makefile.am index 53b349e..71118e2 100644 --- a/libvncclient/Makefile.am +++ b/libvncclient/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/common +AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/common if HAVE_GNUTLS TLSSRCS = tls_gnutls.c -- cgit v1.2.1