diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common index 39fd94541..200617c2a 100644 --- a/misc/Makefile.common +++ b/misc/Makefile.common @@ -1,5 +1,7 @@ XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la + xineplugdir = $(XINE_PLUGINDIR) +xineplug_ldflags = $(NOUNDEF) -avoid-version -module $(XINE_LIB): @cd $(top_srcdir)/src/xine-engine && $(MAKE) |