aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-02-02 15:49:16 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-02-02 15:52:50 +0700
commita70b22376c49e8dcc122361c6618d2665062c377 (patch)
treeaeb70b4bc183e1c72c88481fca6cb3013f47a98f /contrib
parent7a79fc11692779a1f9377b416b6208f1245e7612 (diff)
src/Makefile.am: fix osmo-gapk LDADD dependency
This change fixes parallel building problem, when osmo-gapk was being compiled before its libosmogapk dependency: make[2]: *** No rule to make target '../src/libosmogapk.la', needed by 'osmo-gapk'. Stop. make[2]: *** Waiting for unfinished jobs.... For some reason, automake ignores a dependency if the full path is provided: $(top_builddir)/src/libosmogapk.la while the relative path solves the problem: libosmogapk.la Closes: OS#2907 Change-Id: I3fdd1731bd372bbb42fe57981e757386e8ede0f0
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions