X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2FMakefile.am;h=828e9607a35cfe9cf03eb47a8f36d00f61723855;hb=f0d243f7b3a3fd1f5fe74f9f272213192dc9cdaa;hp=aa12d78d0c00209a85c7477ea0b77619663f7aa1;hpb=768d9ff70f4f49a042d606eeb0e767c23e537d04;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 aa12d78d..828e9607 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am @@ -16,7 +16,7 @@ install-data-local: dist-hook: if test -d pixmaps; then \ mkdir $(distdir)/pixmaps; \ - for pixmap in pixmaps/*; do \ + for pixmap in pixmaps/*.xpm pixmaps/*.png; do \ if test -f $$pixmap; then \ cp -p $$pixmap $(distdir)/pixmaps; \ fi \