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 --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/Makefile.am b/examples/Makefile.am index 614c5ff..2a14db9 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,4 @@ -DEFINES=-I.. -g -Wall +AM_CFLAGS=-I.. -g -Wall LDADD = ../libvncserver/libvncserver.a @WSOCKLIB@ if OSX -- cgit v1.2.1