mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
18ae9a069d
Original commit message from CVS: - use GST_CFLAGS and GST_LIBS only
4 lines
119 B
Makefile
4 lines
119 B
Makefile
noinst_PROGRAMS = autoplug
|
|
|
|
autoplug_LDADD = $(GNOME_LIBS) $(GST_LIBS)
|
|
autoplug_CFLAGS = $(GNOME_CFLAGS) $(GST_CFLAGS)
|