Skip to content

Commit

Permalink
Merge Pull Request #1660 from mjleven/sst-elements/install-thornhill-…
Browse files Browse the repository at this point in the history
…hdrs

Automatically Merged using SST Pull Request AutoTester
PR Title: hermes needs these headers to be installed
PR Author: mjleven
  • Loading branch information
sst-autotester authored Apr 30, 2021
2 parents 37d30e1 + 633b1fb commit 8267208
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/sst/elements/thornhill/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,23 @@
AM_CPPFLAGS = $(MPI_CPPFLAGS) \
-I$(top_srcdir)/src


compdir = $(pkglibdir)
comp_LTLIBRARIES = libthornhill.la

sstdir = $(includedir)/sst/elements/thornhill

libthornhill_la_SOURCES = \
libthornhill.cc\
detailedCompute.h\
memoryHeap.h\
memoryHeap.cc\
memoryHeapLink.h\
singleThread.h\
singleThread.cc

nobase_sst_HEADERS = \
detailedCompute.h \
memoryHeapEvent.h\
memoryHeapLink.h\
singleThread.cc\
memoryHeapLink.h \
types.h

libthornhill_la_LDFLAGS = -module -avoid-version
Expand Down

0 comments on commit 8267208

Please sign in to comment.