diff options
author | dscho <dscho> | 2005-10-06 18:50:13 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-10-06 18:50:13 +0000 |
commit | 354d3c9a92624813ec934d5a9b6870763f445477 (patch) | |
tree | 6c91784bd89d4b7d8f1c956aa445eaa36eab248b /contrib/Makefile.am | |
parent | 808b6a0b233cdecaaef0228584245a1ea9375b02 (diff) | |
download | libvncserver-354d3c9a92624813ec934d5a9b6870763f445477.zip libvncserver-354d3c9a92624813ec934d5a9b6870763f445477.tar.gz |
DEFINES -> AM_CFLAGS
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 |