mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bernhard Sessler <bernhard.sessler@corscience.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] tntnet: Fix installation of tntnet component lib
Date: Thu, 20 Feb 2014 09:54:29 +0100	[thread overview]
Message-ID: <1392886469-2985-1-git-send-email-bernhard.sessler@corscience.de> (raw)

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

                 reply	other threads:[~2014-02-20  8:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1392886469-2985-1-git-send-email-bernhard.sessler@corscience.de \
    --to=bernhard.sessler@corscience.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox