2005-02-11 22:01:19 +00:00
|
|
|
# please keep librfb easily extractable
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = librfb.la
|
|
|
|
plugin_LTLIBRARIES = libgstrfbsrc.la
|
|
|
|
|
2005-02-11 22:16:02 +00:00
|
|
|
libgstrfbsrc_la_SOURCES = gstrfbsrc.c
|
2008-11-06 22:54:39 +00:00
|
|
|
libgstrfbsrc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(X11_CFLAGS) -I$(srcdir)/..
|
|
|
|
libgstrfbsrc_la_LIBADD = $(GST_BASE_LIBS) $(X11_LIBS) librfb.la
|
2005-02-11 22:01:19 +00:00
|
|
|
libgstrfbsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-11-04 12:42:30 +00:00
|
|
|
libgstrfbsrc_la_LIBTOOLFLAGS = --tag=disable-static
|
2005-02-11 22:01:19 +00:00
|
|
|
|
2006-11-17 03:15:40 +00:00
|
|
|
librfb_la_SOURCES = \
|
|
|
|
rfbbuffer.c \
|
|
|
|
rfbdecoder.c \
|
2007-09-19 08:35:13 +00:00
|
|
|
d3des.c \
|
|
|
|
vncauth.c
|
2006-11-17 03:15:40 +00:00
|
|
|
librfb_la_CFLAGS = $(GST_CFLAGS) -I$(srcdir)/..
|
|
|
|
librfb_la_LIBADD = $(GLIB_LIBS)
|
2005-02-11 22:01:19 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
rfb.h \
|
|
|
|
rfbdecoder.h \
|
|
|
|
rfbbuffer.h \
|
2006-11-17 03:15:40 +00:00
|
|
|
rfbcontext.h \
|
|
|
|
rfbutil.h \
|
2007-09-19 08:35:13 +00:00
|
|
|
gstrfbsrc.h \
|
|
|
|
d3des.h \
|
|
|
|
vncauth.h
|