diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2002-11-02 05:38:31 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2002-11-02 05:38:31 +0000 |
commit | a426da949b327a996e3f3623a2592cb6bafe8415 (patch) | |
tree | 83ccddbdf44b04db08d815b81fa4a7961bc2d0d3 /gst | |
parent | 7be03f0c0bd4b0d1f433a180430dc07509b0f1af (diff) | |
download | gstreamer-plugins-bad-a426da949b327a996e3f3623a2592cb6bafe8415.tar.gz |
add dependency field so parallel makes don't fail
Original commit message from CVS:
add dependency field so parallel makes don't fail
Diffstat (limited to 'gst')
-rw-r--r-- | gst/playondemand/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/playondemand/Makefile.am b/gst/playondemand/Makefile.am index 43f12140e..cb00b403b 100644 --- a/gst/playondemand/Makefile.am +++ b/gst/playondemand/Makefile.am @@ -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 |