~ubuntu-branches/ubuntu/trusty/gnuradio/trusty-updates

« back to all changes in this revision

Viewing changes to debian/patches/0045-digital-forgot-to-include-new-xml-in-Makefile.am.patch

  • Committer: Package Import Robot
  • Author(s): A. Maitland Bottoms
  • Date: 2012-02-26 21:26:16 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120226212616-vsfkbi1158xshdql
Tags: 3.5.1-1
* new upstream version, re-packaged from scratch with modern tools
    closes: #642716, #645332, #394849, #616832, #590048, #642580,
    #647018, #557050, #559640, #631863
* CMake build

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From 95ddbdd12baadcb327eaf17ccdc75657f2f99cda Mon Sep 17 00:00:00 2001
 
2
From: Tom Rondeau <trondeau@vt.edu>
 
3
Date: Fri, 24 Feb 2012 15:57:45 -0500
 
4
Subject: [PATCH 45/47] digital: forgot to include new xml in Makefile.am.
 
5
 
 
6
---
 
7
 gr-digital/grc/Makefile.am |    1 +
 
8
 1 files changed, 1 insertions(+), 0 deletions(-)
 
9
 
 
10
diff --git a/gr-digital/grc/Makefile.am b/gr-digital/grc/Makefile.am
 
11
index b1ebba4..e6dd2aa 100644
 
12
--- a/gr-digital/grc/Makefile.am
 
13
+++ b/gr-digital/grc/Makefile.am
 
14
@@ -28,6 +28,7 @@ dist_grcblocks_DATA = \
 
15
        digital_binary_slicer_fb.xml            \
 
16
        digital_clock_recovery_mm_xx.xml        \
 
17
        digital_constellation_decoder_cb.xml    \
 
18
+       digital_constellation_receiver_cb.xml   \
 
19
        digital_correlate_access_code_bb.xml    \
 
20
        digital_costas_loop_cc.xml              \
 
21
        digital_cma_equalizer_cc.xml            \
 
22
-- 
 
23
1.7.9.1
 
24