summaryrefslogtreecommitdiffstats
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
authordscho <dscho>2005-10-06 18:50:13 +0000
committerdscho <dscho>2005-10-06 18:50:13 +0000
commit354d3c9a92624813ec934d5a9b6870763f445477 (patch)
tree6c91784bd89d4b7d8f1c956aa445eaa36eab248b /contrib/Makefile.am
parent808b6a0b233cdecaaef0228584245a1ea9375b02 (diff)
downloadlibvncserver-354d3c9a92624813ec934d5a9b6870763f445477.zip
libvncserver-354d3c9a92624813ec934d5a9b6870763f445477.tar.gz
DEFINES -> AM_CFLAGS
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am2
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
OpenPOWER on IntegriCloud