projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Makefile.am: Use standard GIR make behaviour
[platform/upstream/gstreamer.git]
/
examples
/
Makefile.am
1
noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme test-launch test-sdp
2
3
INCLUDES = -I$(top_srcdir) -I$(srcdir)
4
5
AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
6
AM_LDFLAGS = \
7
$(GST_LIBS) \
8
$(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_MAJORMINOR@.la
9