Automake can't handle missing conditional includes. Shell script our way out.
authorRodrigo Kumpera <kumpera@gmail.com>
Tue, 11 Dec 2012 17:04:01 +0000 (12:04 -0500)
committerRodrigo Kumpera <kumpera@gmail.com>
Tue, 11 Dec 2012 18:33:27 +0000 (13:33 -0500)
commit467f15ff9e7ed35a48f5b3537219bbd3fc79bc3b
tree108d3f6ba53372b6df1fd3731865460e8d37ec59
parent2a9c5e644836f59c647083ba571421d481cbdc1e
Automake can't handle missing conditional includes. Shell script our way out.

* autogen.sh: The extension module conditional include can't be done from automake
given this wonderful piece of engineering can't handle missing conditional includes
in any sane way. So what we do is to include them at autogen.sh time.

* Makefile.am.in: This puppy now needs to be pre-processed before all the automake
shinning glory kicks in.
autogen.sh
mono/mini/Makefile.am [deleted file]
mono/mini/Makefile.am.in [new file with mode: 0644]