include $(top_srcdir)/common.mk

noinst_LTLIBRARIES = libspml_eea_module.la
libspml_eea_module_la_SOURCES = \
	eea_module.f90

eea_module.lo: \
	$(top_builddir)/libsrc/ee_module/libspml_ee_module.la
$(top_builddir)/libsrc/ee_module/libspml_ee_module.la:
	( cd $(@D) && $(MAKE) )
