summaryrefslogtreecommitdiff
path: root/gcell
diff options
context:
space:
mode:
authoreb2008-03-24 07:39:22 +0000
committereb2008-03-24 07:39:22 +0000
commitb1408be636817de8bfb39f154cc3db0d3736434c (patch)
tree1db7cc7ddb6aa39dd09cd5bda242618f2cac1ac9 /gcell
parent166bf655a6ee9c710205ffab69fccb82a419f175 (diff)
downloadgnuradio-b1408be636817de8bfb39f154cc3db0d3736434c.tar.gz
gnuradio-b1408be636817de8bfb39f154cc3db0d3736434c.tar.bz2
gnuradio-b1408be636817de8bfb39f154cc3db0d3736434c.zip
dependency fix
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8089 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gcell')
-rw-r--r--gcell/src/apps/spu/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcell/src/apps/spu/Makefile.am b/gcell/src/apps/spu/Makefile.am
index c94fe18eb..c07a2c398 100644
--- a/gcell/src/apps/spu/Makefile.am
+++ b/gcell/src/apps/spu/Makefile.am
@@ -30,3 +30,5 @@ noinst_PROGRAMS = \
benchmark_procs_SOURCES = benchmark_procs.c
benchmark_procs_LDADD = $(GCELL_SPU_LA)
+benchmark_procs_DEPENDENCIES = $(GCELL_SPU_LA)
+