mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
18ae9a069d
Original commit message from CVS: - use GST_CFLAGS and GST_LIBS only
5 lines
99 B
Makefile
5 lines
99 B
Makefile
noinst_PROGRAMS = helloworld2
|
|
|
|
helloworld2_LDADD = $(GST_LIBS)
|
|
helloworld2_CFLAGS = $(GST_CFLAGS)
|
|
|