]> Pileus Git - grits/blobdiff - Makefile.am
* Removing glade (pure gtk-builder)
[grits] / Makefile.am
index bc1d29c44a1c29d5c6cd70c4087dcd3cafc48a86..c784619758dc7ef402601f0bae245dd95090b625 100644 (file)
@@ -1,9 +1,7 @@
-SUBDIRS = 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)