summaryrefslogtreecommitdiff
path: root/unittest/mytap/t/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'unittest/mytap/t/Makefile.am')
-rw-r--r--unittest/mytap/t/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/unittest/mytap/t/Makefile.am b/unittest/mytap/t/Makefile.am
index 88c31cfeb7f..b685ae7dc1c 100644
--- a/unittest/mytap/t/Makefile.am
+++ b/unittest/mytap/t/Makefile.am
@@ -5,8 +5,5 @@ AM_LDFLAGS = -L$(top_builddir)/unittest/mytap
LDADD = -lmytap
-noinst_PROGRAMS = basic.t
+noinst_PROGRAMS = basic-t
-basic_t_SOURCES = basic.t.c
-
-all: $(noinst_PROGRAMS)