diff options
author | Eric Blossom <eb@comsec.com> | 2010-12-03 23:40:22 -0800 |
---|---|---|
committer | Eric Blossom <eb@comsec.com> | 2010-12-03 23:40:22 -0800 |
commit | 7a7a4b7ad1ccdb0c1f6814e6c258b1238fd92fd7 (patch) | |
tree | a151187cdd092f685465f653c7a207f365bb5061 /gr-howto-write-a-block/swig | |
parent | 6df0423fe1880f5c33daa333604552ea68ac9593 (diff) |
Fix EXTRA_DIST in gr-howto-write-a-block
Diffstat (limited to 'gr-howto-write-a-block/swig')
-rw-r--r-- | gr-howto-write-a-block/swig/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/swig/Makefile.am b/gr-howto-write-a-block/swig/Makefile.am index c6b1786f69..d55c8070d1 100644 --- a/gr-howto-write-a-block/swig/Makefile.am +++ b/gr-howto-write-a-block/swig/Makefile.am @@ -42,4 +42,4 @@ howto_swiginclude_headers = \ howto_square_ff.i \ howto_square2_ff.i -EXTRA_DIST += $(howto_swiginclude_headers) +EXTRA_DIST = $(howto_swiginclude_headers) |