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 /test | |
parent | 8490de3ff0e488233d7047d7e6ba3b5c278c5484 (diff) | |
download | libtdevnc-808b6a0b233cdecaaef0228584245a1ea9375b02.tar.gz libtdevnc-808b6a0b233cdecaaef0228584245a1ea9375b02.zip |
do it right: it is not DEFINES, but AM_CFLAGS
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |