Skip to content

Commit

Permalink
Distribute new exodusII.h dependency
Browse files Browse the repository at this point in the history
It's basically a no-op, but it's necessary to allow user codes to
include exodusII.h, which utilities like exodiff in Moose may expect
from us.
  • Loading branch information
roystgnr committed Oct 26, 2021
1 parent fe17c94 commit 69d99e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/exodusii/v8.11/exodus/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# is present. since we've implicitly guaranteed this for ~10 years
# no need to break that trust now.
includedir = $(prefix)/include/libmesh
include_HEADERS = include/exodusII.h
include_HEADERS = include/exodusII.h \
sierra/exodus_config.h

pkg_cppflags = -I$(srcdir)/include -I$(srcdir)/sierra $(NETCDF_INCLUDE) $(EXODUS_NOT_NETCDF4_FLAG)
pkg_sources = \
Expand Down

0 comments on commit 69d99e0

Please sign in to comment.