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
@ -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…
x
Reference in New Issue
Block a user