From 11207007164b355e5d9a69e09a579d36ebf296d1 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 7 Jan 2004 10:51:05 +0000 Subject: New source plugin based on librfb-0.1. RFB (remote framebuffer) is the protocol used by VNC. Original commit message from CVS: New source plugin based on librfb-0.1. RFB (remote framebuffer) is the protocol used by VNC. --- ext/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext') diff --git a/ext/Makefile.am b/ext/Makefile.am index cdcfefe7..ec6955bb 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -172,6 +172,12 @@ else LIBPNG_DIR= endif +if USE_LIBRFB +LIBRFB_DIR=librfb +else +LIBRFB_DIR= +endif + if USE_MAD MAD_DIR=mad else @@ -320,6 +326,7 @@ SUBDIRS=\ $(LIBDV_DIR) \ $(LIBFAME_DIR) \ $(LIBPNG_DIR) \ + $(LIBRFB_DIR) \ $(MAD_DIR) \ $(MAS_DIR) \ $(MIKMOD_DIR) \ @@ -371,6 +378,7 @@ DIST_SUBDIRS=\ lcs \ libfame \ libpng \ + librfb \ mad \ mikmod \ mpeg2dec \ -- cgit v1.2.1