summaryrefslogtreecommitdiffstats
path: root/vncterm/Makefile.am
diff options
context:
space:
mode:
authordscho <dscho>2003-02-20 13:23:07 +0000
committerdscho <dscho>2003-02-20 13:23:07 +0000
commit98b9663e29ebc5a23db392335aef707cf2464487 (patch)
treeaebce1f2844d38988f672d2e5679a147719c37cb /vncterm/Makefile.am
parentcbf75f79c82c53035d3d8fbf363079d8bc0700a5 (diff)
downloadlibtdevnc-98b9663e29ebc5a23db392335aef707cf2464487.tar.gz
libtdevnc-98b9663e29ebc5a23db392335aef707cf2464487.zip
the correct way to include rfb.h is now "#include <rfb/rfb.h>"
Diffstat (limited to 'vncterm/Makefile.am')
-rw-r--r--vncterm/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/vncterm/Makefile.am b/vncterm/Makefile.am
index d31d745..9054a81 100644
--- a/vncterm/Makefile.am
+++ b/vncterm/Makefile.am
@@ -2,6 +2,8 @@ CONSOLE_SRCS=VNConsole.c
noinst_HEADERS=VNConsole.h vga.h
+CFLAGS=-I..
+
LDADD=../libvncserver.a
INCLUDES=-I. -I../include