11 lines
156 B
Makefile
11 lines
156 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir)/common
|
|
|
|
lib_LTLIBRARIES = \
|
|
libvnc.la
|
|
|
|
libvnc_la_SOURCES = vnc.c
|
|
|
|
libvnc_la_LIBADD = \
|
|
$(top_srcdir)/common/libcommon.la
|