mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +00:00
e7b9201555
Original commit message from CVS: reorganize C/LIB flags add gst_info to gstcompat.h
5 lines
107 B
Makefile
5 lines
107 B
Makefile
noinst_PROGRAMS = helloworld2
|
|
|
|
helloworld2_LDADD = $(GST_OBJ_LIBS)
|
|
helloworld2_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
|