diff options
Diffstat (limited to 'x11vnc/Makefile.am')
-rw-r--r-- | x11vnc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/Makefile.am b/x11vnc/Makefile.am index 8f2e880..4c6f3ef 100644 --- a/x11vnc/Makefile.am +++ b/x11vnc/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = -I .. +AM_CFLAGS = -I $(top_srcdir) LDADD = ../libvncserver/libvncserver.a @WSOCKLIB@ SUBDIRS = misc |