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/udpserver.cpp Which works fine, but the binaries get placed in the library's base directory. Ideally, they should be placed in the examples/ directory. How can I achieve this? Thanks in advance, Dave -- View this message in context: http://www.nabble.com/Specify-location-for-noinst_PROGRAMS-tf4623107.html#a13202790 Sent from the Gnu - Automake - General mailing list archive at Nabble.com.