]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Introduce $prefixed_executables.
authorAndre Noll <maan@systemlinux.org>
Sun, 15 Sep 2013 01:30:27 +0000 (01:30 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 10:57:20 +0000 (11:57 +0100)
commit2440c41a10f1862dafdbe02d8cc64ecf7cfddc41
treeb384a07b0a1f762ca1f8b50cc5a99ef1e7fd121f
parent2f113b5e114ef62f2fd8d9f4445193e19cbfa690
build: Introduce $prefixed_executables.

Currently $executables contains the full basename of all
executables (para_server, para_client, ...), while the autoconf
variable @executables@ is used for the variants without the "para_"
prefix. This is rather confusing, so introduce $prefixed_executables
and stop using the @executables@ variant in Make recipes.
Makefile.in
t/makefile.test