summaryrefslogtreecommitdiff
path: root/gnuradio-examples
diff options
context:
space:
mode:
authorTom Rondeau2010-10-29 10:08:34 -0400
committerTom Rondeau2010-10-29 10:08:34 -0400
commit0b9812f61b854591ec7b0f77214c3078bd5c3464 (patch)
tree954745e7b7e6e8f47753a10526e95b0c3c3c8305 /gnuradio-examples
parentdd74b98a42f5e79c4d464cfa745b3f8af51e486e (diff)
parentcb2fa9a58c9a52f3501881964ee4f59992c5d84d (diff)
downloadgnuradio-0b9812f61b854591ec7b0f77214c3078bd5c3464.tar.gz
gnuradio-0b9812f61b854591ec7b0f77214c3078bd5c3464.tar.bz2
gnuradio-0b9812f61b854591ec7b0f77214c3078bd5c3464.zip
Merge branch 'makefile_var_ordering'
Diffstat (limited to 'gnuradio-examples')
-rw-r--r--gnuradio-examples/c++/dial_tone/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnuradio-examples/c++/dial_tone/Makefile.am b/gnuradio-examples/c++/dial_tone/Makefile.am
index ea34beee8..188275fca 100644
--- a/gnuradio-examples/c++/dial_tone/Makefile.am
+++ b/gnuradio-examples/c++/dial_tone/Makefile.am
@@ -1,5 +1,5 @@
#
-# Copyright 2006,2008,2009 Free Software Foundation, Inc.
+# Copyright 2006,2008,2009,2010 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
@@ -22,9 +22,10 @@
include $(top_srcdir)/Makefile.common
# For compiling within the GNU Radio build tree
-AM_CPPFLAGS=$(STD_DEFINES_AND_INCLUDES) \
- -I$(top_srcdir)/gr-audio-alsa/src \
- $(WITH_INCLUDES)
+AM_CPPFLAGS = \
+ -I$(top_srcdir)/gr-audio-alsa/src \
+ $(STD_DEFINES_AND_INCLUDES) \
+ $(WITH_INCLUDES)
GR_AUDIO_ALSA_LA=$(top_builddir)/gr-audio-alsa/src/libgnuradio-audio-alsa.la