diff options
author | Tom Rondeau <trondeau@vt.edu> | 2010-12-10 02:22:20 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2010-12-10 02:22:20 -0500 |
commit | e7aa093f30c48c3c85abf446e24bc1cf144dc3e0 (patch) | |
tree | e671b11cf9d04ac572e2137da05f9b1d29c4665e /volk/include | |
parent | 5ccd0554a51cc508a091bf27cd1bebc25c7b2bf9 (diff) |
volk: May be a hack, but it was required for my 32-bit Fedora 13 to work.
Diffstat (limited to 'volk/include')
-rw-r--r-- | volk/include/volk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/include/volk/Makefile.am b/volk/include/volk/Makefile.am index 256cc84205..9cf783c0f0 100644 --- a/volk/include/volk/Makefile.am +++ b/volk/include/volk/Makefile.am @@ -158,7 +158,7 @@ if MYSUBCPU_GENERIC endif volk_mktables$(EXEEXT): $(VOLK_MKTABLES_SOURCES) - $(CC) -o $@ $^ $(AM_CPPFLAGS) + $(CC) -o $@ $^ $(AM_CPPFLAGS) -I$(abs_top_builddir)/include volk_tables.h: volk_mktables$(EXEEXT) ./volk_mktables$(EXEEXT) |