summaryrefslogtreecommitdiffstats
path: root/test/api/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/api/Makefile.in')
-rw-r--r--test/api/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/api/Makefile.in b/test/api/Makefile.in
index 324d00b1..58d0a231 100644
--- a/test/api/Makefile.in
+++ b/test/api/Makefile.in
@@ -20,8 +20,8 @@ ifeq ("@APPLIB@", "yes")
TARGETS += test
SOURCES = test.c
-TARGETS += vgtest.t percent.t pe_start.t
-SOURCES2 = vgtest.c percent.c pe_start.c
+TARGETS += vgtest.t percent.t pe_start.t lvtest.t
+SOURCES2 = vgtest.c percent.c pe_start.c lvtest.c
endif
include $(top_builddir)/make.tmpl