summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 12df79a..0cdd859 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,4 +1,4 @@
1noinst_PROGRAMS = mtdev-mapgen mtdev-matching 1noinst_PROGRAMS = mtdev-mapgen mtdev-matching mtdev-kernel
2bin_PROGRAMS = mtdev-test 2bin_PROGRAMS = mtdev-test
3 3
4INCLUDES=-I$(top_srcdir)/include/ 4INCLUDES=-I$(top_srcdir)/include/
@@ -10,3 +10,6 @@ mtdev_matching_LDFLAGS = -L$(top_builddir)/src/.libs/ -lmtdev
10 10
11mtdev_test_SOURCES = mtdev-test.c 11mtdev_test_SOURCES = mtdev-test.c
12mtdev_test_LDFLAGS = -lmtdev -L$(top_builddir)/src/.libs/ 12mtdev_test_LDFLAGS = -lmtdev -L$(top_builddir)/src/.libs/
13
14mtdev_kernel_SOURCES = mtdev-kernel.c
15mtdev_kernel_LDFLAGS = -L$(top_builddir)/src/.libs/ -lmtdev