automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Specify location for noinst_PROGRAMS


From: myrdos2
Subject: Specify location for noinst_PROGRAMS
Date: Sun, 14 Oct 2007 13:05:41 -0700 (PDT)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]