mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
107da3e93c
Original commit message from CVS: 2005-08-16 Andy Wingo <wingo@pobox.com> * examples/seeking/Makefile.am: Don't compile non-compiling compiled objects with the compiler. * examples/seeking/seek.c (make_dv_pipeline): Update for new DV elements.
7 lines
197 B
Makefile
7 lines
197 B
Makefile
examples = seek # cdplayer cdparanoia
|
|
|
|
noinst_PROGRAMS = $(examples)
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS) $(GTK_LIBS)
|
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|