X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=1247729b5d9a0cca6f2e0d3ccc4b2a3727e2ea6c;hb=0e605c0d34447f049f14dfd96ace73fb1c0cffaf;hp=1c98123e29b4dcb3ea078696a885f4471daac634;hpb=7e9794277b619bb232ffc874ee7efa4ead8ddb8e;p=ovirt-viewer.git diff --git a/Makefile.am b/Makefile.am index 1c98123..1247729 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,9 +19,12 @@ bin_PROGRAMS = ovirt-viewer ovirt_viewer_SOURCES = main.c wui_thread.c internal.h -ovirt_viewer_CFLAGS = $(OVIRT_VIEWER_CFLAGS) -Wall +ovirt_viewer_CFLAGS = $(OVIRT_VIEWER_CFLAGS) -DCAINFO='"$(CAINFO)"' ovirt_viewer_LDADD = $(OVIRT_VIEWER_LIBS) EXTRA_DIST = $(PACKAGE).spec DISTCLEAN_FILES = $(PACKAGE).spec + +valgrind: + valgrind --leak-check=full ./ovirt-viewer$(EXEEXT) --debug