diff options
author | David Schleef <ds@schleef.org> | 2003-12-18 09:51:22 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-12-18 09:51:22 +0000 |
commit | 92b3b26d6ee76d0d4b488e9e57d3b3424d2649fb (patch) | |
tree | fc0bb559cc3d026f5d7d2a6f1e6acd1dbc6dd0ae /examples/gstplay/Makefile.am | |
parent | ef3ed344af7d0eb330f68c85d31acfa9471d1573 (diff) | |
download | gst-plugins-bad-92b3b26d6ee76d0d4b488e9e57d3b3424d2649fb.tar.gz gst-plugins-bad-92b3b26d6ee76d0d4b488e9e57d3b3424d2649fb.tar.bz2 gst-plugins-bad-92b3b26d6ee76d0d4b488e9e57d3b3424d2649fb.zip |
Merge HEAD from CAPS-ROOT to CAPS-MERGE-3, plus some caps conversion
Original commit message from CVS:
Merge HEAD from CAPS-ROOT to CAPS-MERGE-3, plus some caps conversion
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 + |