Commit Graph

3 Commits

Author SHA1 Message Date
Martin Hauke f824d86718 binaries/Makefile.am: Fix parallel build issue
This change fixes a parallel building problem, when
submit_multi_resp_test
was being compiled before its libsmpp34 dependency:

make[2]: *** No rule to make target '../binaries/libsmpp34.la',
             needed by 'submit_multi_resp_test'.  Stop.
make[2]: *** Waiting for unfinished jobs....

For some reason, automake ignores a dependency if the full
path is provided:

$(top_builddir)/binaries/libsmpp34.la

while the relative path solves the problem:

libsmpp34.la

Change-Id: I5a9d7dbd7b992d322ed0d852ebf8ca2252b51a12
2018-02-11 10:25:56 +01:00
Holger Hans Peter Freyther 84f2905c5b libsmpp: Fix src != build directory build needed for dizzy 2014-09-25 20:06:17 +02:00
Holger Hans Peter Freyther 9738dfa897 Rename binary to binaries to fix building a debian package
dh will execute the binary rule and this will not do anything
as a directory with that name already exists..
2013-09-24 13:06:39 +02:00