diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-01-23 16:50:11 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-01-23 16:50:11 +0000 |
commit | b96aa212a0661cd1daf2cef5c1e3bfa5fa0432da (patch) | |
tree | 0c07b6c4445fd1135e8791fa7f4a0251b2bc0958 | |
parent | 35a7bc136917635a08e89a11836a697f95af82db (diff) | |
download | xine-lib-b96aa212a0661cd1daf2cef5c1e3bfa5fa0432da.tar.gz xine-lib-b96aa212a0661cd1daf2cef5c1e3bfa5fa0432da.tar.bz2 |
Add xineplugdir variable so that the makefiles installing plugins can simply use xineplug_LTLIBRARIES without having to reset libdir every time.
CVS patchset: 8546
CVS date: 2007/01/23 16:50:11
-rw-r--r-- | misc/Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common index dfcdcfa9b..39fd94541 100644 --- a/misc/Makefile.common +++ b/misc/Makefile.common @@ -1,4 +1,5 @@ XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la +xineplugdir = $(XINE_PLUGINDIR) $(XINE_LIB): @cd $(top_srcdir)/src/xine-engine && $(MAKE) |