diff options
Diffstat (limited to 'misc/Makefile.common')
-rw-r--r-- | misc/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common index d23ea5b5e..4adab1527 100644 --- a/misc/Makefile.common +++ b/misc/Makefile.common @@ -3,13 +3,13 @@ XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la xineincludedir = $(includedir)/xine xineplugdir = $(XINE_PLUGINDIR) -xineplug_ldflags = $(NOUNDEF) -avoid-version -module +xineplug_ldflags = $(LDFLAGS_NOUNDEFINED) -avoid-version -module xinepostdir = $(XINE_PLUGINDIR)/post vidixdir = $(XINE_PLUGINDIR)/vidix $(XINE_LIB): - @cd $(top_srcdir)/src/xine-engine && $(MAKE) + @cd $(top_builddir)/src/xine-engine && $(MAKE) install-data-hook: @if test $$MAKELEVEL -le 4 ; then \ |