diff options
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index ef545f5..e625930 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -682,8 +682,10 @@ ALL_BACKENDS = @all_backends@ BFD_BACKENDS = @bfd_backends@ BFD_MACHINES = @bfd_machines@ TDEFAULTS = @tdefaults@ +HAVEVECS = @havevecs@ -INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@ +INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) \ + $(HAVEVECS) @INCINTL@ # C source files that correspond to .o's. SOURCE_CFILES = \ |