apply tim fixes
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / Makefile.am
index fabc84a9849ad1328ffc776a09580f83e18793d1..828e9607a35cfe9cf03eb47a8f36d00f61723855 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = lttvwindow
+SUBDIRS = lttvwindow pixmaps
 
 install-data-local:
        @$(NORMAL_INSTALL)
@@ -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.022499 seconds and 4 git commands to generate.