bindings/Makefile.am: Removed a bashism.
authorSebastian Harl <sh@tokkee.org>
Sun, 6 Jan 2008 19:11:29 +0000 (20:11 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 9 Jan 2008 07:30:20 +0000 (08:30 +0100)
commitc190252c31ca4e3c4871120ae9d4288ae64ff053
treead0ffe844f314075c07d8e2c142e8b09e1f32655
parentaf763dafe80f13e3992dd10287d17ed91c377757
bindings/Makefile.am: Removed a bashism.

Brace expansion using { and } is not defined by POSIX but rather a bash
extension and should thus not be used for portability reasons.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
bindings/Makefile.am