Skip to content

Commit

Permalink
make dist fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jjwilke committed Apr 23, 2019
1 parent 0422e11 commit 2a0aceb
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ include $(top_srcdir)/Makefile.common

# Files that should be distributed but are not built.
EXTRA_DIST = LICENSE bootstrap.sh \
developer-sstmacro-8.1.pdf \
manual-sstmacro-8.1.pdf \
pdes-report-7.2.pdf \
developer-sstmacro-9.0.pdf \
manual-sstmacro-9.0.pdf \
pdes-report.pdf \
docs \
share \
skeletons \
Expand Down
18 changes: 9 additions & 9 deletions bin/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ include $(top_srcdir)/Makefile.common
bin_PROGRAMS =

dist_bin_SCRIPTS = \
findHeaders \
sst++ \
libsst++ \
dsst++ \
sstcc \
libsstcc \
dsstcc \
sstcclib.py \
configlib.py
findHeaders \
sst++ \
libsst++ \
dsst++ \
sstcc \
libsstcc \
dsstcc \
sstcclib.py \
configlib.py

if INTEGRATED_SST_CORE
dist_bin_SCRIPTS += pysstmac
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sprockit/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

ACLOCAL_AMFLAGS = -I acinclude

EXTRA_DIST = bin/runtest bin/configlib.py
#EXTRA_DIST = bin/runtest bin/configlib.py

SUBDIRS = sprockit test

Expand Down

0 comments on commit 2a0aceb

Please sign in to comment.