X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-howto-write-a-block%2FMakefile.am;h=56307aada053766671445349e8256bbd2c8620d6;hb=a5b340fa42de5c6cc087fd4f258f9f50254a7a8f;hp=c36c83a3411add9dd61b21f00ca6a439c8f05e42;hpb=420e1ef52542ccab7b63a1a1579ee332e113f919;p=debian%2Fgnuradio diff --git a/gr-howto-write-a-block/Makefile.am b/gr-howto-write-a-block/Makefile.am index c36c83a3..56307aad 100644 --- a/gr-howto-write-a-block/Makefile.am +++ b/gr-howto-write-a-block/Makefile.am @@ -1,11 +1,11 @@ # -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004,2008,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # # GNU Radio is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # GNU Radio is distributed in the hope that it will be useful, @@ -19,9 +19,13 @@ # Boston, MA 02110-1301, USA. # +ACLOCAL_AMFLAGS = -I config + include $(top_srcdir)/Makefile.common -EXTRA_DIST = configure config.h.in config.guess config.sub depcomp py-compile +EXTRA_DIST = bootstrap configure config.h.in \ + Makefile.swig Makefile.swig.gen.t + SUBDIRS = config src DIST_SUBDIRS = config src doc