Skip to content

Commit 0e28e87

Browse files
committed
Ensure output of make is signed with key file.
1 parent 4d71c13 commit 0e28e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MPI/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ EXTRA_DIST = $(SOURCES) Unsafe.cs Unsafe.pl MPI.dll.config.in
4545
CLEANFILES = MPI.dll CustomUnsafe.cs cbridge.c
4646

4747
MPI.dll: $(SOURCES) CustomUnsafe.cs
48-
$(MCS) -out:$@ -unsafe -target:library $(CSHARP_FLAGS) $(SOURCES) CustomUnsafe.cs
48+
$(MCS) -out:$@ -unsafe -target:library $(CSHARP_FLAGS) $(SOURCES) CustomUnsafe.cs /keyfile:MPI.snk
4949

5050
CustomUnsafe.cs cbridge.c: $(srcdir)/Unsafe.cs $(srcdir)/Unsafe.pl $(MPI_HEADER)
5151
$(PERL) $(srcdir)/Unsafe.pl $(MPI_HEADER) $(srcdir)/Unsafe.cs CustomUnsafe.cs cbridge.c @DEFS@

0 commit comments

Comments
 (0)