From 354d3c9a92624813ec934d5a9b6870763f445477 Mon Sep 17 00:00:00 2001 From: dscho Date: Thu, 6 Oct 2005 18:50:13 +0000 Subject: [PATCH] DEFINES -> AM_CFLAGS --- contrib/Makefile.am | 2 +- x11vnc/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 45a9510..b62ea14 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,4 +1,4 @@ -DEFINES = -I .. +AM_CFLAGS = -I .. LDADD = ../libvncserver/libvncserver.a @WSOCKLIB@ noinst_PROGRAMS=zippy diff --git a/x11vnc/Makefile.am b/x11vnc/Makefile.am index b601725..5deccea 100644 --- a/x11vnc/Makefile.am +++ b/x11vnc/Makefile.am @@ -1,4 +1,4 @@ -DEFINES = -I .. +AM_CFLAGS = -I .. LDADD = ../libvncserver/libvncserver.a @WSOCKLIB@ SUBDIRS = misc