linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ 1/2] build: Fix typo in AM_CFLAGS
@ 2012-05-09 12:06 Lucas De Marchi
  2012-05-09 12:06 ` [PATCH BlueZ 2/2] build: Do not set CFLAGS/LDFLAGS directly Lucas De Marchi
  2012-05-16  8:24 ` [PATCH BlueZ 1/2] build: Fix typo in AM_CFLAGS Johan Hedberg
  0 siblings, 2 replies; 3+ messages in thread
From: Lucas De Marchi @ 2012-05-09 12:06 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Lucas De Marchi

From: Lucas De Marchi <lucas.de.marchi@gmail.com>

---
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 44e82c0..1d8eea2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -348,7 +348,7 @@ audio_libasound_module_ctl_bluetooth_la_SOURCES = audio/ctl_bluetooth.c \
 audio_libasound_module_ctl_bluetooth_la_LDFLAGS = -module -avoid-version #-export-symbols-regex [_]*snd_ctl_.*
 audio_libasound_module_ctl_bluetooth_la_LIBADD = \
 					lib/libbluetooth-private.la @ALSA_LIBS@
-audio_libasound_module_ctl_bluetooth_la_CFLAGS = $(AM_CLAGS) @ALSA_CFLAGS@
+audio_libasound_module_ctl_bluetooth_la_CFLAGS = $(AM_CFLAGS) @ALSA_CFLAGS@
 
 if DATAFILES
 alsaconfdir = $(datadir)/alsa
-- 
1.7.10.1


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

end of thread, other threads:[~2012-05-16  8:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 12:06 [PATCH BlueZ 1/2] build: Fix typo in AM_CFLAGS Lucas De Marchi
2012-05-09 12:06 ` [PATCH BlueZ 2/2] build: Do not set CFLAGS/LDFLAGS directly Lucas De Marchi
2012-05-16  8:24 ` [PATCH BlueZ 1/2] build: Fix typo in AM_CFLAGS Johan Hedberg

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).