projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
gsttcp -> gsttcpplugin
[platform/upstream/gstreamer.git]
/
gst
/
tcp
/
Makefile.am
1
2
plugin_LTLIBRARIES = libgsttcp.la
3
4
libgsttcp_la_SOURCES = gsttcpplugin.c gsttcpsrc.c gsttcpsink.c
5
libgsttcp_la_CFLAGS = $(GST_CFLAGS)
6
libgsttcp_la_LIBADD =
7
libgsttcp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
8
9
noinst_HEADERS = gsttcpsink.h gsttcpsrc.h gsttcpplugin.h
10
11
EXTRA_DIST = README