blob: 6a48ad08da7784171b9e68bda7cbfc492428bde4 [file]
AUTOMAKE_OPTIONS = nostdinc
AM_CXXFLAGS = -std=c++17 -I $(top_srcdir)/code/include
EXTRA_PROGRAMS = ex_lru_cache
ex_lru_cache_SOURCES = \
ex_lru_cache.cc
ex_lru_cache_LDADD = $(top_builddir)/code/src/libswoc-static-1.3.1.a -lpthread