1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

fixes for make distcheck

This commit is contained in:
Sergei Golubchik
2008-08-29 20:51:02 +02:00
parent 8a25482579
commit 49aa944ffb
2 changed files with 5 additions and 2 deletions

View File

@@ -16,7 +16,9 @@
INCLUDES = @ZLIB_INCLUDES@ -I$(top_builddir)/include \
-I$(top_srcdir)/include -I$(top_srcdir)/unittest/mytap
noinst_PROGRAMS = bitmap-t base64-t my_atomic-t lf-t waiting_threads-t
noinst_HEADERS = thr_template.c
noinst_PROGRAMS = bitmap-t base64-t my_atomic-t lf-t waiting_threads-t
LDADD = $(top_builddir)/unittest/mytap/libmytap.a \
$(top_builddir)/mysys/libmysys.a \