All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 1/5] build: Fix typo
@ 2012-07-10 18:08 Vinicius Costa Gomes
  2012-07-10 18:08 ` [PATCH BlueZ 2/5] " Vinicius Costa Gomes
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Vinicius Costa Gomes @ 2012-07-10 18:08 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Vinicius Costa Gomes

"profiles_sap" should be "profiles/sap".
---
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index d922f2f..d65b28c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -168,7 +168,7 @@ builtin_nodist += profiles/sap/sap.c
 
 noinst_LIBRARIES += profiles/sap/libsap.a
 
-profiles_sap_libsap_a_SOURCES = profiles_sap/sap.h profiles/sap/sap-dummy.c \
+profiles_sap_libsap_a_SOURCES = profiles/sap/sap.h profiles/sap/sap-dummy.c \
 				profiles/sap/sap-u8500.c
 endif
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-07-10 18:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-10 18:08 [PATCH BlueZ 1/5] build: Fix typo Vinicius Costa Gomes
2012-07-10 18:08 ` [PATCH BlueZ 2/5] " Vinicius Costa Gomes
2012-07-10 18:08 ` [PATCH BlueZ 3/5] Build: Fix make distcheck Vinicius Costa Gomes
2012-07-10 18:08 ` [PATCH BlueZ 4/5] build: " Vinicius Costa Gomes
2012-07-10 18:08 ` [PATCH BlueZ 5/5] " Vinicius Costa Gomes
2012-07-10 18:23 ` [PATCH BlueZ 1/5] build: Fix typo Johan Hedberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.