X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=Makefile.am;h=c784619758dc7ef402601f0bae245dd95090b625;hp=7f458d82f7cbaa6f35fe4f96c42939e2cc9002b8;hb=1cf8b4ecd92f49dfbbe0472e02d4e5bc8841fe2f;hpb=d527bfdb9682b1824e1c2df318a92291aaa48860 diff --git a/Makefile.am b/Makefile.am index 7f458d8..c784619 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,7 @@ SUBDIRS = src data docs -test: all - LD_LIBRARY_PATH=/usr/local/trmm/GVBOX/lib/ \ - ./src/aweather +MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.h.in gtk-doc.make \ + configure depcomp install-sh Makefile.in missing -maintainer-clean-local: - rm -f aclocal.m4 compile config.guess config.h.in \ - configure depcomp install-sh Makefile.in missing +test: all + (cd src && make test)