public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: install library header files
@ 2021-05-14  5:59 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2021-05-14  5:59 UTC (permalink / raw)
  To: gdb-patches

We install libsim.a for people to link against, but haven't been
installing the header files to for its API.  Export them!
---
 sim/Makefile.am |   4 ++
 sim/Makefile.in | 106 +++++++++++++++++++++++++++++++-----------------
 2 files changed, 73 insertions(+), 37 deletions(-)

diff --git a/sim/Makefile.am b/sim/Makefile.am
index 6696adc304a4..80a6d310bd59 100644
--- a/sim/Makefile.am
+++ b/sim/Makefile.am
@@ -51,6 +51,10 @@ nltvals:
 	$(abs_srcdir)/common/gennltvals.py --cpp "$(CPP)" --output nltvals.def --srcroot $(srcroot)
 	$(SHELL) $(srcroot)/move-if-change nltvals.def $(abs_srcdir)/common/nltvals.def
 
+pkginclude_HEADERS = \
+	$(srcroot)/include/sim/callback.h \
+	$(srcroot)/include/sim/sim.h
+
 if SIM_ENABLE_IGEN
 include igen/local.mk
 endif
-- 
2.31.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-14  5:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14  5:59 [PATCH] sim: install library header files Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).