diff options
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/test/Makefile.in b/test/Makefile.in deleted file mode 100644 index 1426e44c95..0000000000 --- a/test/Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ - -# no targets: we don't want to build anything by default. if you want the -# test programs, then "make test" -targets = - -PROGRAMS = - -PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) -PROGRAM_DEPENDENCIES = ../srclib/apr-util/libaprutil.la \ - ../srclib/apr/libapr.la - -include $(top_srcdir)/build/rules.mk - -test: $(PROGRAMS) - -# example for building a test proggie -# dbu_OBJECTS = dbu.lo -# dbu: $(dbu_OBJECTS) -# $(LINK) $(dbu_OBJECTS) $(PROGRAM_LDADD) |