Search
lxdream.org :: lxdream/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.am
changeset 900:609fa702406b
prev894:1ddd5616c5af
next1017:f94af28e38b7
author nkeynes
date Tue Mar 24 11:15:57 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Add preliminary implementation of the GDB remote debugging server - attaches to
either or both the SH4 and ARM
file annotate diff log raw
1.1 --- a/Makefile.am Fri Oct 24 03:48:40 2008 +0000
1.2 +++ b/Makefile.am Tue Mar 24 11:15:57 2009 +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 \
.