Skip to content

Commit

Permalink
fix mpi.la
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Oct 22, 2024
1 parent 8377e0f commit bebd975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpi/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ libmpitracepoints_la_CFLAGS = -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-typ
libmpitracepoints_la_LDFLAGS = $(LTTNG_UST_LIBS)

mpidir = $(pkglibdir)/mpi
mpi_LTLIBRARIES = libmpi
mpi_LTLIBRARIES = libmpi.la

bt2dir = $(pkglibdir)/bt2
bt2_LTLIBRARIES = libMPIInterval.la
Expand Down

0 comments on commit bebd975

Please sign in to comment.