X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2FMakefile.am;h=9d31aac83403a0cf8b037dac06f6afd72de34749;hb=c4e6f4dcd943f5fc42a6f903c2ca336a343a4624;hp=828e9607a35cfe9cf03eb47a8f36d00f61723855;hpb=f0d243f7b3a3fd1f5fe74f9f272213192dc9cdaa;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am b/ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am index 828e9607..9d31aac8 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am @@ -6,7 +6,7 @@ install-data-local: @$(NORMAL_INSTALL) if test -d $(srcdir)/pixmaps; then \ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \ - for pixmap in $(srcdir)/pixmaps/*; do \ + for pixmap in $(srcdir)/pixmaps/*.xpm $(srcdir)/pixmaps/*.png; do \ if test -f $$pixmap; then \ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \ fi \