diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-07-04 06:18:22 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-07-04 06:18:34 -0700 |
commit | db40acb0bed088872837f916029d8800c33f9f94 (patch) | |
tree | 1857ce1dbf5c62cb1ddfc1fe8254c05a34d77089 /bfd/Makefile.am | |
parent | 1ea5da02629b4bf9c4cea50aee189f94fa7d1a3b (diff) | |
download | gdb-db40acb0bed088872837f916029d8800c33f9f94.zip gdb-db40acb0bed088872837f916029d8800c33f9f94.tar.gz gdb-db40acb0bed088872837f916029d8800c33f9f94.tar.bz2 |
Also install diagnostics.h
Since bfd.h is an installed header, also install diagnostics.h.
* Makefile.am (bfdinclude_HEADERS): Add $(INCDIR)/diagnostics.h.
* Makefile.in: Regenerated.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index d7f9ed7..3f3487f 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -32,7 +32,8 @@ if INSTALL_LIBBFD bfdlibdir = @bfdlibdir@ bfdincludedir = @bfdincludedir@ bfdlib_LTLIBRARIES = libbfd.la -bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h +bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ + $(INCDIR)/bfdlink.h $(INCDIR)/diagnostics.h else !INSTALL_LIBBFD # Empty these so that the respective installation directories will not be created. bfdlibdir = |