Move soexpand.pl into build-aux and make it non-executable.
authorBen Pfaff <blp@nicira.com>
Thu, 25 Aug 2011 18:15:27 +0000 (11:15 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 26 Oct 2011 22:50:50 +0000 (15:50 -0700)
commit94512c4abe1062ad18cb32fbf1f4947fda06a9cd
tree51dcef8fdf6012db5695a31b9db28ddda64b822c
parent06b592bcbe2e5a435589b0ce3d77530756c20572
Move soexpand.pl into build-aux and make it non-executable.

Scripts for the build generally go in build-aux, so move soexpand.pl.
soexpand.pl had the "executable" bit set, but it doesn't have a #! line
and it's not a shell script, so that didn't make sense.
Makefile.am
build-aux/soexpand.pl [new file with mode: 0644]
soexpand.pl [deleted file]