diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-13 22:59:01 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-13 22:59:01 +0200 |
commit | e13967be39c08ed76ddc6f6d15b2b81d5243e1b0 (patch) | |
tree | 57b58fdd81f858afaecd9332bff3d93d90cc8c82 /misc | |
parent | bc08742b7ee940fcc0da034fee25154e4d3a1021 (diff) | |
download | xine-lib-e13967be39c08ed76ddc6f6d15b2b81d5243e1b0.tar.gz xine-lib-e13967be39c08ed76ddc6f6d15b2b81d5243e1b0.tar.bz2 |
Simplify handling of internal/external libxdg-basedir, as it's going to be used in a few more cases.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.common | 3 |
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 \ |