post build step and Makefile.am



Hi,

I'm trying to get a small script executing after building an automake library target (lib_LTLIBRARIES) so that when I type "make" it builds the lib and then executes my script.

I've seen elsewhere there is something called "install-exec-hook" for doing this in the install phase. Is there such thing for the build phase ?

Thanks a lot
Henri
.