X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=fdf74286599ccf43977c42dfff2224e2433bb0f9;hb=dc0e64a4c244fa084eb7bfce4503404824ada6ef;hp=253a36793993363cf8052a0fff4c647e507e5a52;hpb=7389cc56d30d68a5ca9c57bbf691f4bf05d1a2f9;p=ovirt-viewer.git diff --git a/Makefile.am b/Makefile.am index 253a367..fdf7428 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,10 +18,13 @@ bin_PROGRAMS = ovirt-viewer -ovirt_viewer_SOURCES = main.c -ovirt_viewer_CFLAGS = $(OVIRT_VIEWER_CFLAGS) -ovirt_viewer_LIBS = $(OVIRT_VIEWER_LIBS) +ovirt_viewer_SOURCES = main.c wui_thread.c internal.h +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