xrdp/vnc/Makefile.am
2008-08-15 02:49:41 +00:00

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