13 lines
435 B
Plaintext
13 lines
435 B
Plaintext
## Makefile.am -- process this file with automake to produce Makefile.in
|
|
##
|
|
## authors - benedikt oswald and patrick leidenberger
|
|
## modified - 2006 aug 21, patrick leidenberger, creation
|
|
## modified - 2006 aug 24, pl, add hdf5fed path.
|
|
## modified - 2006 sep 25, pl, little change.
|
|
##
|
|
## objective - automake input file for the libsrc directory
|
|
## project - gmsh2hdf5fed
|
|
|
|
SUBDIRS = gmsh hdf5fed
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@
|