From b96aa212a0661cd1daf2cef5c1e3bfa5fa0432da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Tue, 23 Jan 2007 16:50:11 +0000 Subject: 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 --- misc/Makefile.common | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3