Search
lxdream.org :: lxdream/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.am
changeset 803:e12b7daf0135
prev778:a34b180d92f7
next866:86cd01c2b2d3
author nkeynes
date Mon Aug 18 12:18:10 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Move arm clock rate back to clock.h where it's supposed to be
Fix STM with R15 (should be current pc +12, was +8...) - not sure how this managed
to work as long as it did
file annotate diff log raw
1.1 --- a/Makefile.am Mon Jul 28 06:39:00 2008 +0000
1.2 +++ b/Makefile.am Mon Aug 18 12:18:10 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/*; do \
1.8 + for pixmap in $(srcdir)/pixmaps/*.png; do \
1.9 if test -f $$pixmap; then \
1.10 $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
1.11 fi \
.