mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
9 lines
166 B
Makefile
9 lines
166 B
Makefile
|
|
||
|
TESTS = embed
|
||
|
|
||
|
check_PROGRAMS = embed
|
||
|
|
||
|
# we have nothing but apps here, we can do this safely
|
||
|
LIBS = $(GST_LIBS) $(GTK_LIBS)
|
||
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|