Correct update of d_temp_offset (parallel construction)
[debian/gnuradio] / gr-howto-write-a-block / Makefile.am
index a230be80e00a1c3303998240c5316784bed236c7..98368c211905930a16d9e3523dbf814a8b405249 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright 2004,2008 Free Software Foundation, Inc.
+# Copyright 2004,2008,2009 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Radio
 # 
@@ -23,9 +23,19 @@ ACLOCAL_AMFLAGS = -I config
 
 include $(top_srcdir)/Makefile.common
 
-EXTRA_DIST = bootstrap configure config.h.in
-SUBDIRS = config src
-DIST_SUBDIRS = config src doc
+EXTRA_DIST = \
+       bootstrap \
+       configure \
+       config.h.in \
+       Makefile.swig \
+       Makefile.swig.gen.t \
+       version.sh \
+       README \
+       README.hacking
+
+SUBDIRS = config lib swig python grc apps
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA =
+
+DISTCLEANFILES = gr-howto-write-a-block*.tar.gz