2002-11-27 21:01:41 +00:00
|
|
|
examples = indexmpeg
|
|
|
|
|
|
|
|
noinst_PROGRAMS = $(examples)
|
|
|
|
|
|
|
|
# we have nothing but apps here, we can do this safely
|
2003-07-26 04:23:32 +00:00
|
|
|
LIBS = $(GST_LIBS) $(GTK_LIBS)
|
2002-11-27 21:01:41 +00:00
|
|
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|