]> git.tuebingen.mpg.de Git - paraslash.git/commit
Add para_ prefix for executables in Makefile.in.
authorAndre Noll <maan@systemlinux.org>
Wed, 19 Jun 2013 18:09:20 +0000 (20:09 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 31 Jul 2013 21:22:06 +0000 (23:22 +0200)
commit8bf7279f6aee8178b6011af7548ba6f908346361
treebe4793f5406bd81eea117624e866b74e8b336ac3
parentd29fa64af5137ed4bb556b7a0f81897eac731b69
Add para_ prefix for executables in Makefile.in.

Using make's $(addprefix) function in Makefile.in is simpler than
implementing our own version in configure.ac.  Moreover, in Makefile.in
we now have access to both the prefixed and the un-prefixed list
of executables.
Makefile.in
configure.ac