Merge pull request #1993 from matt335672/fix_vnc_link
Add missing rfb.c to the VNC module makefile (#1993)
This commit is contained in:
commit
d1f4a47c99
@ -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
Block a user