]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Remove sun.png from makefile
authorRay Strode <rstrode@redhat.com>
Mon, 6 Oct 2008 14:07:37 +0000 (10:07 -0400)
committerRay Strode <rstrode@redhat.com>
Mon, 6 Oct 2008 14:07:37 +0000 (10:07 -0400)
It doesn't seem to exist or get referenced anywhere.

src/plugins/splash/solar/Makefile.am

index e2363810016a574d3a85fc875091ca78eb956514..7b998d5a51268699f80d0273317fde66d11b361e 100644 (file)
@@ -22,9 +22,9 @@ solar_la_LIBADD =    $(PLYMOUTH_LIBS)                                     \
 solar_la_SOURCES = $(srcdir)/plugin.c
 
 plymouthdir = $(datadir)/plymouth/solar
-plymouth_DATA = bullet.png entry.png sun.png lock.png           \
-                background.png star.png box.png \
-                planet1.png planet2.png planet3.png planet4.png planet5.png \
+plymouth_DATA = bullet.png entry.png lock.png                                 \
+                background.png star.png box.png                               \
+                planet1.png planet2.png planet3.png planet4.png planet5.png   \
                 comet1.png
 
 EXTRA_DIST = $(plymouth_DATA)