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
|
|
|
|
libgstrfbsrc_la_CFLAGS = $(GST_CFLAGS) -I$(srcdir)/..
|
2005-02-11 22:01:19 +00:00
|
|
|
libgstrfbsrc_la_LIBADD = librfb.la
|
|
|
|
libgstrfbsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
rfb.h \
|
|
|
|
rfbdecoder.h \
|
|
|
|
rfbbuffer.h \
|
|
|
|
rfbbytestream.h
|
|
|
|
|
|
|
|
librfb_la_SOURCES = \
|
|
|
|
rfb.h \
|
|
|
|
rfbdecoder.c \
|
|
|
|
rfbdecoder.h \
|
|
|
|
rfbbuffer.c \
|
|
|
|
rfbbuffer.h \
|
|
|
|
rfbbytestream.c \
|
2005-09-26 15:19:38 +00:00
|
|
|
rfbbytestream.h \
|
|
|
|
gstrfbsrc.c
|
2005-02-11 22:01:19 +00:00
|
|
|
|
2005-02-11 22:16:02 +00:00
|
|
|
librfb_la_CFLAGS = $(GST_CFLAGS) -I$(srcdir)/..
|
2005-02-11 22:01:19 +00:00
|
|
|
librfb_la_LIBADD = $(GLIB_LIBS)
|
|
|
|
|