Merge pull request #1993 from matt335672/fix_vnc_link

Add missing rfb.c to the VNC module makefile (#1993)
This commit is contained in:
matt335672 2021-09-08 09:57:31 +01:00 committed by GitHub
commit d1f4a47c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,10 @@ module_LTLIBRARIES = \
libvnc_la_SOURCES = \
vnc.c \
vnc_clip.c \
rfb.h \
rfb.c \
vnc.h \
vnc_clip.h
vnc_clip.h \
rfb.h
libvnc_la_LIBADD = \
$(top_builddir)/common/libcommon.la