summaryrefslogtreecommitdiffstats
path: root/examples/seeking/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-05-28 20:30:11 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-05-28 20:30:11 +0000
commit86a025734afc75f43e62d61a044fe4fe19054545 (patch)
treed38e72d6c9896bd170c31e9d0b1d19dc754c1618 /examples/seeking/Makefile.am
parentb5c6ba4a7d855559aa59168c8d96ee2e549b2bbb (diff)
downloadgst-plugins-bad-86a025734afc75f43e62d61a044fe4fe19054545.tar.gz
gst-plugins-bad-86a025734afc75f43e62d61a044fe4fe19054545.tar.bz2
gst-plugins-bad-86a025734afc75f43e62d61a044fe4fe19054545.zip
moving stuff
Original commit message from CVS: moving stuff
Diffstat (limited to 'examples/seeking/Makefile.am')
-rw-r--r--examples/seeking/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/seeking/Makefile.am b/examples/seeking/Makefile.am
new file mode 100644
index 00000000..ec73f0e2
--- /dev/null
+++ b/examples/seeking/Makefile.am
@@ -0,0 +1,7 @@
+examples = seek
+
+noinst_PROGRAMS = $(examples)
+
+# we have nothing but apps here, we can do this safely
+LIBS = $(GST_LIBS) $(GTK_LIBS)
+CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)