mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-21 04:12:57 -06:00
14 lines
241 B
Makefile
14 lines
241 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = . examples
|
|
|
|
|
|
# Declare libraries
|
|
lib_LTLIBRARIES = libopmpolymer.la
|
|
|
|
libopmpolymer_la_SOURCES = \
|
|
opm/polymer/TransportModelPolymer.cpp
|
|
|
|
nobase_include_HEADERS = \
|
|
opm/polymer/TransportModelPolymer.hpp
|