diff options
Diffstat (limited to 'examples/gstplay/Makefile.am')
-rw-r--r-- | examples/gstplay/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/gstplay/Makefile.am b/examples/gstplay/Makefile.am new file mode 100644 index 00000000..f80a8bfa --- /dev/null +++ b/examples/gstplay/Makefile.am @@ -0,0 +1,9 @@ + +noinst_PROGRAMS = player + +player_SOURCES = player.c +player_CFLAGS = $(GST_CFLAGS) +player_LDFLAGS = \ + $(GST_LIBS) \ + $(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la + |