X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=fdf74286599ccf43977c42dfff2224e2433bb0f9;hb=06576813e9eee9338ade91bb2486a52af9507471;hp=1c98123e29b4dcb3ea078696a885f4471daac634;hpb=7e9794277b619bb232ffc874ee7efa4ead8ddb8e;p=ovirt-viewer.git diff --git a/Makefile.am b/Makefile.am index 1c98123..fdf7428 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) -Wall -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