diff options
author | dscho <dscho> | 2005-10-06 18:46:27 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-10-06 18:46:27 +0000 |
commit | 808b6a0b233cdecaaef0228584245a1ea9375b02 (patch) | |
tree | c5db2bcee75b02fc2c85e1c4d1859844a007627d /client_examples | |
parent | 8490de3ff0e488233d7047d7e6ba3b5c278c5484 (diff) | |
download | libtdevnc-808b6a0b233cdecaaef0228584245a1ea9375b02.tar.gz libtdevnc-808b6a0b233cdecaaef0228584245a1ea9375b02.zip |
do it right: it is not DEFINES, but AM_CFLAGS
Diffstat (limited to 'client_examples')
-rw-r--r-- | client_examples/Makefile.am | 2 |
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 |