mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 14:36:41 +00:00
6f90fbb657
Original commit message from CVS: * examples/seeking/Makefile.am: Oops.
7 lines
204 B
Makefile
7 lines
204 B
Makefile
examples = seek #scrubby 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)
|