Skip to content

Commit 5a9b349

Browse files
author
Reini Urban
committed
install dynpmc headers, as parrot 5.0 does so
See parrot/parrot#922
1 parent 79adaf3 commit 5a9b349

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tools/build/Makefile.in

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,12 @@ DYNOPS = $(OPS_DIR)/$(OPS)$(LOAD_EXT)
197197
PMC_SOURCES = $(PMC_DIR)/stable.pmc $(PMC_DIR)/sixmodelobject.pmc \
198198
$(PMC_DIR)/nqplexinfo.pmc $(PMC_DIR)/nqplexpad.pmc \
199199
$(PMC_DIR)/serializationcontext.pmc $(PMC_DIR)/ownedhash.pmc \
200-
$(PMC_DIR)/ownedresizablepmcarray.pmc $(PMC_DIR)/qrpa.pmc \
200+
$(PMC_DIR)/ownedresizablepmcarray.pmc $(PMC_DIR)/qrpa.pmc
201+
202+
DYNPMC_HEADERS = $(PMC_DIR)/pmc_stable.h $(PMC_DIR)/pmc_sixmodelobject.h \
203+
$(PMC_DIR)/pmc_nqplexinfo.h $(PMC_DIR)/pmc_nqplexpad.h \
204+
$(PMC_DIR)/pmc_serializationcontext.h $(PMC_DIR)/pmc_ownedhash.h \
205+
$(PMC_DIR)/pmc_ownedresizablepmcarray.h $(PMC_DIR)/pmc_qrpa.h
201206

202207
OPS_SOURCE = nqp.ops
203208

@@ -544,6 +549,8 @@ install: all
544549
$(CHMOD) 755 $(DESTDIR)$(PARROT_BIN_DIR)/nqp$(EXE)
545550
$(MKPATH) $(DESTDIR)$(PARROT_LIB_DIR)/dynext
546551
$(CP) $(DYNPMC) $(DYNOPS) $(OPS_DIR)/$(BIGINT_OPS)$(LOAD_EXT) $(OPS_DIR)/$(DYNCALL_OPS)$(LOAD_EXT) $(DESTDIR)$(PARROT_LIB_DIR)/dynext
552+
$(MKPATH) $(DESTDIR)$(PARROT_INCLUDE_DIR)/dynpmc
553+
$(CP) $(DYNPMC_HEADERS) $(DESTDIR)$(PARROT_INCLUDE_DIR)/dynpmc
547554

548555
stage0: $(STAGE0)
549556
stage1: $(STAGE1)

0 commit comments

Comments
 (0)