summaryrefslogtreecommitdiffstats
path: root/client_examples
diff options
context:
space:
mode:
authordscho <dscho>2005-10-06 18:46:27 +0000
committerdscho <dscho>2005-10-06 18:46:27 +0000
commit808b6a0b233cdecaaef0228584245a1ea9375b02 (patch)
treec5db2bcee75b02fc2c85e1c4d1859844a007627d /client_examples
parent8490de3ff0e488233d7047d7e6ba3b5c278c5484 (diff)
downloadlibvncserver-808b6a0b233cdecaaef0228584245a1ea9375b02.zip
libvncserver-808b6a0b233cdecaaef0228584245a1ea9375b02.tar.gz
do it right: it is not DEFINES, but AM_CFLAGS
Diffstat (limited to 'client_examples')
-rw-r--r--client_examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud