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