summaryrefslogtreecommitdiffstats
path: root/vnc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'vnc/Makefile.am')
-rw-r--r--vnc/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/vnc/Makefile.am b/vnc/Makefile.am
new file mode 100644
index 00000000..790a9ba8
--- /dev/null
+++ b/vnc/Makefile.am
@@ -0,0 +1,13 @@
+INCLUDES = \
+ -I$(top_srcdir)/common
+
+lib_LTLIBRARIES = \
+ libvnc.la
+
+libvnc_la_SOURCES = vnc.c
+
+libvnc_la_LIBADD = \
+ $(top_srcdir)/common/libxrdp-common.a
+
+libvnc_la_LDFLAGS = \
+ -version-info 5:0:5