X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=9f317e6cf113f04eced9b1deefc37b18a2d058f4;hb=refs%2Fheads%2Fv0.2.x;hp=18976bc36dac8d84f8eb08932cbe2116f5459888;hpb=ca898105ec4018b54ac2f6f1327200624169103e;p=aweather diff --git a/src/Makefile.am b/src/Makefile.am index 18976bc..9f317e6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,20 +16,21 @@ CLEANFILES = gmon.out valgrind.out MAINTAINERCLEANFILES = Makefile.in test: all - ./aweather -o -d 7 -s KVNX + LD_LIBRARY_PATH=gis/.libs .libs/aweather -o -d 7 -s KVNX gdb: all - gdb ./aweather + LD_LIBRARY_PATH=gis/.libs gdb .libs/aweather ddd: all - ddd ./aweather + LD_LIBRARY_PATH=gis/.libs ddd .libs/aweather memcheck: + LD_LIBRARY_PATH=gis/.libs/ \ G_SLICE=always-malloc \ G_DEBUG=gc-friendly,resident-modules \ valgrind --leak-check=full \ --leak-resolution=high \ --num-callers=100 \ --suppressions=gtk.suppression \ - ./aweather \ + .libs/aweather \ 2> valgrind.out