summaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 6d83405477..15d404d208 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -3,7 +3,7 @@
# test programs, then "make test"
TARGETS =
-PROGRAMS =
+bin_PROGRAMS =
PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS)
PROGRAM_DEPENDENCIES = \
@@ -12,7 +12,7 @@ PROGRAM_DEPENDENCIES = \
include $(top_builddir)/build/rules.mk
-test: $(PROGRAMS)
+test: $(bin_PROGRAMS)
# example for building a test proggie
# dbu_OBJECTS = dbu.lo