continue work on resourceview
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / Makefile.am
index aa12d78d0c00209a85c7477ea0b77619663f7aa1..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 \
@@ -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 \
This page took 0.023636 seconds and 4 git commands to generate.