summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-core/src/Makefile.am')
-rw-r--r--gnuradio-core/src/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnuradio-core/src/Makefile.am b/gnuradio-core/src/Makefile.am
index eb979fe58..648fe299e 100644
--- a/gnuradio-core/src/Makefile.am
+++ b/gnuradio-core/src/Makefile.am
@@ -1,5 +1,5 @@
#
-# Copyright 2001,2004,2009 Free Software Foundation, Inc.
+# Copyright 2001,2004,2009,2010 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
@@ -25,5 +25,8 @@ SUBDIRS = gen_interpolator_taps lib tests
if PYTHON
SUBDIRS += python
endif
+if GUILE
+SUBDIRS += guile
+endif
-DIST_SUBDIRS = gen_interpolator_taps lib tests python utils
+DIST_SUBDIRS = gen_interpolator_taps lib tests python guile utils