mirror of https://github.com/neutrinolabs/xrdp
Add missing rfb.c to the VNC module makefile
This commit is contained in:
parent
58727cb383
commit
ae45344a45
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue