mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
add dependency field so parallel makes don't fail
Original commit message from CVS: add dependency field so parallel makes don't fail
This commit is contained in:
parent
7be03f0c0b
commit
a426da949b
1 changed files with 2 additions and 1 deletions
|
@ -16,4 +16,5 @@ endif
|
|||
demo_mp3_SOURCES = demo-mp3.c gstplayondemand.h
|
||||
## putting GTK_CFLAGS first fixes a weird compilation error with GTK and XML
|
||||
demo_mp3_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS)
|
||||
demo_mp3_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) ./libgstplayondemand.la
|
||||
demo_mp3_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) libgstplayondemand.la
|
||||
demo_mp3_DEPENDENCIES = libgstplayondemand.la
|
||||
|
|
Loading…
Reference in a new issue