eccodes/mars_tests/Makefile.am

13 lines
202 B
Makefile
Raw Normal View History

2013-04-04 10:13:23 +00:00
if WITH_MARS_TESTS
TESTS = ls.sh
noinst_PROGRAMS =
LDADD = $(top_builddir)/src/libgrib_api.a $(EMOS_LIB)
INCLUDES = -I$(top_builddir)/src
EXTRA_DIST = $(TESTS)
endif