summaryrefslogtreecommitdiff
path: root/misc/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'misc/Makefile.common')
-rw-r--r--misc/Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common
index d23ea5b5e..a3fe43de6 100644
--- a/misc/Makefile.common
+++ b/misc/Makefile.common
@@ -11,6 +11,9 @@ vidixdir = $(XINE_PLUGINDIR)/vidix
$(XINE_LIB):
@cd $(top_srcdir)/src/xine-engine && $(MAKE)
+$(top_builddir)/contrib/libxdg-basedir/libxdg-basedir.la:
+ $(MAKE) -C $(top_builddir)/contrib/libxdg-basedir
+
install-data-hook:
@if test $$MAKELEVEL -le 4 ; then \
if test -x "$(top_srcdir)/post-install.sh" ; then \