mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 14:32:31 +00:00
5 lines
107 B
Makefile
5 lines
107 B
Makefile
noinst_PROGRAMS = helloworld2
|
|
|
|
helloworld2_LDADD = $(GST_OBJ_LIBS)
|
|
helloworld2_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
|