Search
lxdream.org :: lxdream :: r900:609fa702406b
lxdream 0.9.1
released Jun 29
Download Now
changeset900:609fa702406b
parent899:18e0cdea76aa
child901:32c5cf5e206f
authornkeynes
dateSun Oct 26 00:52:32 2008 +0000 (15 years ago)
Add *.gif back into the installation
Makefile.am
Makefile.in
1.1 --- a/Makefile.am Sat Oct 25 12:36:42 2008 +0000
1.2 +++ b/Makefile.am Sun Oct 26 00:52:32 2008 +0000
1.3 @@ -21,7 +21,7 @@
1.4 @$(NORMAL_INSTALL)
1.5 if test -d $(srcdir)/pixmaps; then \
1.6 $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
1.7 - for pixmap in $(srcdir)/pixmaps/*.png; do \
1.8 + for pixmap in $(srcdir)/pixmaps/*.png $(srcdir)/pixmaps/*.gif; do \
1.9 if test -f $$pixmap; then \
1.10 $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
1.11 fi \
2.1 --- a/Makefile.in Sat Oct 25 12:36:42 2008 +0000
2.2 +++ b/Makefile.in Sun Oct 26 00:52:32 2008 +0000
2.3 @@ -766,7 +766,7 @@
2.4 @$(NORMAL_INSTALL)
2.5 if test -d $(srcdir)/pixmaps; then \
2.6 $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
2.7 - for pixmap in $(srcdir)/pixmaps/*.png; do \
2.8 + for pixmap in $(srcdir)/pixmaps/*.png $(srcdir)/pixmaps/*.gif; do \
2.9 if test -f $$pixmap; then \
2.10 $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
2.11 fi \
.