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 --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index e3fcdd3..e3a363e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,4 @@ -DEFINES=-I.. -g -Wall +AM_CFLAGS=-I.. -g -Wall LDADD = ../libvncserver/libvncserver.a ../libvncclient/libvncclient.a @WSOCKLIB@ if HAVE_LIBPTHREAD -- cgit v1.2.3