Add missing rfb.c to the VNC module makefile

This commit is contained in:
matt335672 2021-09-08 09:38:09 +01:00
parent 58727cb383
commit ae45344a45
1 changed files with 3 additions and 2 deletions

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