summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2005-09-26 15:19:38 +0000
committerChristian Schaller <uraeus@gnome.org>2005-09-26 15:19:38 +0000
commit5e6df56d96c15da1fea4968ef1cdb9c57bf20983 (patch)
tree2e331e2fdb9a41e7c5f836766efa918add85b321 /gst
parentefbe7fb694f1edb233712600227c53c19cb7ff45 (diff)
downloadgst-plugins-bad-5e6df56d96c15da1fea4968ef1cdb9c57bf20983.tar.gz
gst-plugins-bad-5e6df56d96c15da1fea4968ef1cdb9c57bf20983.tar.bz2
gst-plugins-bad-5e6df56d96c15da1fea4968ef1cdb9c57bf20983.zip
some disting and build fixes
Original commit message from CVS: some disting and build fixes
Diffstat (limited to 'gst')
-rw-r--r--gst/librfb/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/librfb/Makefile.am b/gst/librfb/Makefile.am
index 720e5cc2..7c80112f 100644
--- a/gst/librfb/Makefile.am
+++ b/gst/librfb/Makefile.am
@@ -23,7 +23,8 @@ librfb_la_SOURCES = \
rfbbuffer.c \
rfbbuffer.h \
rfbbytestream.c \
- rfbbytestream.h
+ rfbbytestream.h \
+ gstrfbsrc.c
librfb_la_CFLAGS = $(GST_CFLAGS) -I$(srcdir)/..
librfb_la_LIBADD = $(GLIB_LIBS)