From 808b6a0b233cdecaaef0228584245a1ea9375b02 Mon Sep 17 00:00:00 2001 From: dscho Date: Thu, 6 Oct 2005 18:46:27 +0000 Subject: do it right: it is not DEFINES, but AM_CFLAGS --- 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 157f561..6ffcf51 100644 --- a/client_examples/Makefile.am +++ b/client_examples/Makefile.am @@ -1,4 +1,4 @@ -DEFINES=-I.. -g -Wall +AM_CFLAGS=-I.. -g -Wall LDADD = ../libvncclient/libvncclient.a @WSOCKLIB@ if WITH_FFMPEG -- cgit v1.2.1