X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/173ff44a439dc7cf51a3f7a433c4d0d444b59293..c9507812caf9bbe6ad053c218461401a5eb650f6:/vars.am diff --git a/vars.am b/vars.am index a35014d..33f5495 100644 --- a/vars.am +++ b/vars.am @@ -45,7 +45,7 @@ MAINTAINERCLEANFILES = $(PRECOMPS) ###-------------------------------------------------------------------------- ### Include path. -MLIB_INCLUDES = \ +MLIB_INCLUDES = \ -I$(top_srcdir)/buf \ -I$(top_srcdir)/codec \ -I$(top_srcdir)/hash \ @@ -58,7 +58,7 @@ MLIB_INCLUDES = \ -I$(top_srcdir)/ui \ -I$(top_srcdir)/utils -CPPFLAGS += $(MLIB_INCLUDES) +AM_CPPFLAGS = $(MLIB_INCLUDES) ###-------------------------------------------------------------------------- ### Miscellaneous useful definitions. @@ -83,13 +83,6 @@ UTIL_LIBS = \ $(top_builddir)/ui/libui.la \ $(top_builddir)/utils/libutils.la -## Making sure they're built properly. Without this, `make dist' on a bare -## source tree fails hopelessly. -build_util_libs = \ - for i in ui utils; do \ - (cd $(top_builddir)/$$i && $(MAKE) lib$$i.la) || exit 1; \ - done - ###-------------------------------------------------------------------------- ### Testing. @@ -99,6 +92,9 @@ LDADD = $(top_builddir)/libmLib.la check: tests .PHONY: check tests +tests::; +.PHONY: tests + ###-------------------------------------------------------------------------- ### Manual.