Yes, that did the trick.
Thanks!
--
View this message in context:
http://www.nabble.com/Specify-location-for-noinst_PROGRAMS-tf4623107.html#a13237339
Sent from the Gnu - Automake - General mailing list archive at Nabble.com.
Hello Dave,
* myrdos2 wrote on Sun, Oct 14, 2007 at 10:05:41PM CEST:
>
> Hello, I've got a few sample programs that I have included with my library.
> Right now I use this:
>
> noinst_PROGRAMS = udpclient udpserver
>
> udpclient_SOURCES = examples/udpclient.cpp
> udpserver_SOURCES = examples/ud