20 lines
237 B
Makefile
20 lines
237 B
Makefile
|
|
AM_CPPFLAGS = \
|
|
-I$(top_srcdir)/common
|
|
|
|
PACKAGE_STRING = "memtest"
|
|
|
|
check_PROGRAMS = \
|
|
memtest
|
|
|
|
memtest_SOURCES = \
|
|
libmem.h \
|
|
libmem.c \
|
|
memtest.c
|
|
|
|
memtest_LDADD = \
|
|
$(top_builddir)/common/libcommon.la
|
|
|
|
TESTS = \
|
|
memtest
|