Skip to content
Snippets Groups Projects
Commit 4e42c1a1 authored by Moe Jette's avatar Moe Jette
Browse files

Add lam.h to Makefile.am (it is used from *.c).

parent d5c97a6e
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,7 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/common ...@@ -9,8 +9,7 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/common
pkglib_LTLIBRARIES = mpi_lam.la pkglib_LTLIBRARIES = mpi_lam.la
# Null switch plugin. mpi_lam_la_SOURCES = mpi_lam.c lam.h
mpi_lam_la_SOURCES = mpi_lam.c
mpi_lam_la_LDFLAGS = $(SO_LDFLAGS) $(PLUGIN_FLAGS) mpi_lam_la_LDFLAGS = $(SO_LDFLAGS) $(PLUGIN_FLAGS)
mpi_lam_la_LIBADD = \ mpi_lam_la_LIBADD = \
$(top_builddir)/src/common/libcommon.la -lpthread \ $(top_builddir)/src/common/libcommon.la -lpthread \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment