shorter file name
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / Makefile.am
index 828e9607a35cfe9cf03eb47a8f36d00f61723855..9d31aac83403a0cf8b037dac06f6afd72de34749 100644 (file)
@@ -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 \
This page took 0.022828 seconds and 4 git commands to generate.