diff options
-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 256cc8420..9cf783c0f 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) |