Re: Post build step and Makefile.am

2006-01-23 Thread Ralf Wildenhues
Hi Henri, * Henri Herscher wrote on Mon, Jan 23, 2006 at 11:40:38PM CET: > > I'm trying to get a small script to execute 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 some

Post build step and Makefile.am

2006-01-23 Thread Henri Herscher
Hi, I'm trying to get a small script to execute 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 suc