X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Makefile.am;h=f472e79c51e3fd918c9a1933918a223242581c09;hb=b02f2c3d23f841720a457ce178af60b0caa5ace9;hp=74c25e0d3acd40b930151e1d5bdedbc802787eae;hpb=282bb2f725995affcce1749c21a8eb6eaf8a8c8f;p=aweather diff --git a/Makefile.am b/Makefile.am index 74c25e0..f472e79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = src data docs +SUBDIRS = lib src data docs ACLOCAL_AMFLAGS = -I m4 @@ -6,6 +6,8 @@ MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.h.in config.sub \ configure depcomp gtk-doc.make install-sh ltmain.sh \ Makefile.in missing +EXTRA_DIST = m4/gnulib-cache.m4 + test: all (cd src && make test)