mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] tntnet: Fix installation of tntnet component lib
@ 2014-02-20  8:54 Bernhard Sessler
  0 siblings, 0 replies; only message in thread
From: Bernhard Sessler @ 2014-02-20  8:54 UTC (permalink / raw)
  To: ptxdist

Oddly enough, this library only gets built when the standalone server
executable is built.

Signed-off-by: Bernhard Sessler <bernhard.sessler@corscience.de>
---
 rules/tntnet.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/tntnet.make b/rules/tntnet.make
index 33a8048..c6f176c 100644
--- a/rules/tntnet.make
+++ b/rules/tntnet.make
@@ -71,10 +71,10 @@ $(STATEDIR)/tntnet.targetinstall:
 	@$(call install_fixup, tntnet,DESCRIPTION,missing)
 
 	@$(call install_lib, tntnet, 0, 0, 0644, libtntnet)
-	@$(call install_lib, tntnet, 0, 0, 0644, tntnet/tntnet)
 
 ifdef PTXCONF_TNTNET_SERVER
 	@$(call install_copy, tntnet, 0, 0, 0755, -, /usr/bin/tntnet)
+	@$(call install_lib, tntnet, 0, 0, 0644, tntnet/tntnet)
 	@$(call install_alternative, tntnet, 0, 0, 0644, /etc/tntnet/tntnet.xml)
 endif
 
-- 
1.8.3.2


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-20  8:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-20  8:54 [ptxdist] [PATCH] tntnet: Fix installation of tntnet component lib Bernhard Sessler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox