mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
525d7a9ad6
Original commit message from CVS: build fix
9 lines
190 B
Makefile
9 lines
190 B
Makefile
|
|
noinst_PROGRAMS = player
|
|
|
|
player_SOURCES = player.c
|
|
player_CFLAGS = $(GST_CFLAGS)
|
|
player_LDFLAGS = \
|
|
$(GST_LIBS) \
|
|
$(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la
|
|
|