]> git.street.me.uk Git - andy/viking.git/blobdiff - src/icons/Makefile.am
Merge pull request #13 from JojoBoulix/reproducible
[andy/viking.git] / src / icons / Makefile.am
index 4296773ad5316bc2e134670bc573746b602b3d4d..112ebb19f017a656c22f9f8abe1fca97d9efeb93 100644 (file)
@@ -267,7 +267,7 @@ icons.h: $(ALL_ICONS_HEADER)
 icons.c: $(ALL_ICONS_HEADER)
        echo "/* Generated file */" > $@
        echo "#include <gdk-pixbuf/gdk-pixdata.h>" >> $@
-       for file in *_pixmap.h ; do echo "#include \"$$file\"" >> $@ ; done
+       for file in $(ALL_ICONS_HEADER) ; do echo "#include \"$$file\"" >> $@ ; done
 
 $(BUILT_SOURCES): $(srcdir)/Makefile.am