X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=Makefile.am;h=c784619758dc7ef402601f0bae245dd95090b625;hp=39555efa21ff7f9df40031626f198f08c4207af5;hb=1cf8b4ecd92f49dfbbe0472e02d4e5bc8841fe2f;hpb=a29b3442b18244050308606dd69265cd3fd7fdb7 diff --git a/Makefile.am b/Makefile.am index 39555ef..c784619 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,7 @@ -SUBDIRS = data src +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)