From 83369a926b2b23280ac4709335b0115f4c145602 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 1 Feb 2010 19:05:43 -0500 Subject: Changing Makefile so the new PAM examples are installed --- gnuradio-examples/grc/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnuradio-examples/grc/Makefile.am') diff --git a/gnuradio-examples/grc/Makefile.am b/gnuradio-examples/grc/Makefile.am index f8a26bace..118ecd593 100644 --- a/gnuradio-examples/grc/Makefile.am +++ b/gnuradio-examples/grc/Makefile.am @@ -31,7 +31,9 @@ dist_audiodata_DATA = \ demoddatadir = $(grc_examples_prefix)/demod dist_demoddata_DATA = \ demod/mpsk_demod.grc \ - demod/pam_timing.grc + demod/pam_timing.grc \ + demod/pam_sync.grc \ + demod/digital_freq_lock.grc simpledatadir = $(grc_examples_prefix)/simple dist_simpledata_DATA = \ -- cgit