$(DESTDIR)/$(prefix)/lib/*/perl/*/perllocal.pod \
$(DESTDIR)/$(prefix)/man/man3/Location.3pm
+.PHONY: valgrind
+valgrind:
+ CFLAGS='g -o0'
+ $(MAKE)
+ $(MAKE) $(check_PROGRAMS)
+# Run valgrind produce output.
+ LDFLAGS+=-L$(builddir)/src/.libs
+ valgrind --tool=memcheck --leak-check=full --show-leak-kinds=definite --log-file=libloc_valgrind_report ./src/test-database
+
bin_SCRIPTS = \
src/python/location-downloader \
src/python/location-exporter \