diff options
author | Tom Rondeau | 2010-12-08 01:29:58 -0500 |
---|---|---|
committer | Tom Rondeau | 2010-12-08 01:29:58 -0500 |
commit | 74f206edb2c7bfbe010b5a5cbc5fe2f07965c3a6 (patch) | |
tree | a423281865307efbda15d0591fb800c7677e3cf6 /volk/include | |
parent | 81d722595385eb4b2ef09cb76db1d4070fc11324 (diff) | |
download | gnuradio-74f206edb2c7bfbe010b5a5cbc5fe2f07965c3a6.tar.gz gnuradio-74f206edb2c7bfbe010b5a5cbc5fe2f07965c3a6.tar.bz2 gnuradio-74f206edb2c7bfbe010b5a5cbc5fe2f07965c3a6.zip |
volk: Fixing makefiles for dist. Distcheck still failing on other issues now.
Diffstat (limited to 'volk/include')
-rw-r--r-- | volk/include/volk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/volk/include/volk/Makefile.am b/volk/include/volk/Makefile.am index 94c78ffff..9894fdb99 100644 --- a/volk/include/volk/Makefile.am +++ b/volk/include/volk/Makefile.am @@ -30,6 +30,7 @@ volkinclude_HEADERS = \ volk_config.h \ volk_tables.h \ volk_typedefs.h \ + volk_registry.h \ volk.h \ volk_cpu.h \ volk_environment_init.h \ |