if HAVE_CHECK unittests = check-leaftag else unittests = endif noinst_PROGRAMS = \ $(unittests) common_ldflags = \ $(top_builddir)/libleaftag/libleaftag.la \ $(PACKAGE_LIBS) check_leaftag_SOURCES = check-leaftag.c check_leaftag_LDADD = $(common_ldflags) $(CHECK_LIBS) INCLUDES = \ -I$(top_srcdir) \ $(PACKAGE_CFLAGS) \ $(CHECK_CFLAGS)