Refer to local libs without a path.

I'm sure I've been here before... Anyway, using $(top_builddir)/... to
refer to a local lib confuses make and breaks parallel builds.
This commit is contained in:
Bill Currie 2012-02-07 18:45:55 +09:00
parent 9fbff2f4d5
commit 8ecf74753c

View file

@ -21,7 +21,7 @@ EXTRA_LTLIBRARIES= libQFsound.la libQFcd.la \
cd_plug_libs=$(top_builddir)/libs/util/libQFutil.la
cd_file_libs= \
$(top_builddir)/libs/audio/libQFsound.la \
libQFsound.la \
$(cd_plug_libs)
cd_file_la_LDFLAGS= $(plugin_ldflags)