summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <devspam@moreofthesa.me.uk>2014-02-26 15:32:44 +0000
committerDarren Salt <devspam@moreofthesa.me.uk>2014-02-26 15:32:44 +0000
commit382cfb6b3428cbf948acc98b32efdab497c57001 (patch)
tree74f3a22f63be147c780ca0a9e76678e2ca23a440
parent3f721ef66e89b8e091dab0af10bb674517aa731c (diff)
downloadxine-lib-382cfb6b3428cbf948acc98b32efdab497c57001.tar.gz
xine-lib-382cfb6b3428cbf948acc98b32efdab497c57001.tar.bz2
Add a rule to cause building of libdvdnav if needed.
-rw-r--r--src/input/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index 4ad2af3cf..825008eb7 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -55,6 +55,9 @@ link_dvdnav = $(DVDNAV_LIBS) $(DVDREAD_LIBS)
else
DVD_CFLAGS = -I$(top_srcdir)/src/input/libdvdnav
link_dvdnav = libdvdnav/libdvdnav.la
+
+$(link_dvdnav):
+ $(MAKE) -C libdvdnav libdvdnav.la
endif
# not ported to native Windows