xenomai.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] lib/copperplate: Add libfuse if building with registry support
@ 2023-04-22  9:53 Jan Kiszka
  0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2023-04-22  9:53 UTC (permalink / raw)
  To: Xenomai; +Cc: Aaron Marcher

From: Jan Kiszka <jan.kiszka@siemens.com>

While our userspace tools gain libfuse via XENO_USER_APP_LDFLAGS if the
registry is enabled, libcopperplate itself does not if it includes
libregistry. Fix that.

Suggested-by: Aaron Marcher <aaron@sigma-star.at>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 lib/copperplate/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/copperplate/Makefile.am b/lib/copperplate/Makefile.am
index c6edea9853..0dd52c7367 100644
--- a/lib/copperplate/Makefile.am
+++ b/lib/copperplate/Makefile.am
@@ -34,6 +34,9 @@ libregistry_la_SOURCES = registry.c
 libregistry_la_CPPFLAGS =		\
 	$(libcopperplate@CORE@_la_CPPFLAGS)	\
 	@XENO_FUSE_CFLAGS@
+
+libregistry_la_LIBADD =			\
+	@FUSE_LIBS@
 endif
 
 if XENO_PSHARED
-- 
2.35.3

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

only message in thread, other threads:[~2023-04-22  9:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-22  9:53 [PATCH] lib/copperplate: Add libfuse if building with registry support Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).