X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=b5a3e01ef6d82f255700ed76590f818c37215a8d;hb=29ab08e7d59fe97f23d057583808d6d67377f9d7;hp=1c98123e29b4dcb3ea078696a885f4471daac634;hpb=7e9794277b619bb232ffc874ee7efa4ead8ddb8e;p=ovirt-viewer.git diff --git a/Makefile.am b/Makefile.am index 1c98123..b5a3e01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,10 +18,13 @@ bin_PROGRAMS = ovirt-viewer -ovirt_viewer_SOURCES = main.c wui_thread.c internal.h -ovirt_viewer_CFLAGS = $(OVIRT_VIEWER_CFLAGS) -Wall +ovirt_viewer_SOURCES = main.c wui_thread.c tunnel.c internal.h +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