Skip to content

Commit

Permalink
sst: automake will no longer allow data to be installed into bindir, …
Browse files Browse the repository at this point in the history
…so hide that
  • Loading branch information
pwdraper committed Feb 26, 2014
1 parent 1a70c41 commit f9116bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion applications/sst/Makefile.am
Expand Up @@ -54,7 +54,8 @@ PRIVATE_INCLUDES = SST_PAR SST_SCB
# We (oddly) want these data files to go into the same directory as the
# binaries. Since we have STAR_DEFAULTS(per-package-dirs) in configure.ac,
# however, we are allowed to use bin_DATA (don't ask).
dist_bin_DATA = sst_preamble.tex forstats.dat html.sty
dist_bindata_DATA = sst_preamble.tex forstats.dat html.sty
bindatadir = $bindir


EXTRA_DIST = sst.ifd.in $(bin_DATA) sst_master.hlp
Expand Down

0 comments on commit f9116bc

Please sign in to comment.