]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Rename all the plugins from <plugin-name>.c -> main.c
authorRay Strode <rstrode@redhat.com>
Thu, 29 May 2008 02:07:20 +0000 (22:07 -0400)
committerRay Strode <rstrode@redhat.com>
Thu, 29 May 2008 02:11:22 +0000 (22:11 -0400)
Just makes things more consistent.

src/splash-plugins/details/Makefile.am
src/splash-plugins/details/plugin.c [moved from src/splash-plugins/details/details.c with 100% similarity]
src/splash-plugins/fedora-fade-in/Makefile.am
src/splash-plugins/fedora-fade-in/plugin.c [moved from src/splash-plugins/fedora-fade-in/fedora-fade-in.c with 100% similarity]
src/splash-plugins/spinfinity/Makefile.am
src/splash-plugins/spinfinity/plugin.c [moved from src/splash-plugins/spinfinity/spinfinity.c with 100% similarity]
src/splash-plugins/text/Makefile.am
src/splash-plugins/text/plugin.c [moved from src/splash-plugins/text/text.c with 100% similarity]

index 9df50b4b1c1c69645c37e520460dc73892ddd5c3..b395c980c757aa7d63599684569825af922fef8a 100644 (file)
@@ -11,6 +11,6 @@ details_la_CFLAGS = $(PLYMOUTH_CFLAGS)
 details_la_LDFLAGS = -module -avoid-version -export-dynamic
 details_la_LIBADD = $(PLYMOUTH_LIBS) ../../libply/libply.la
 details_la_SOURCES = $(srcdir)/../../ply-boot-splash-plugin.h         \
-                  $(srcdir)/details.c
+                     $(srcdir)/plugin.c
 
 MAINTAINERCLEANFILES = Makefile.in
index 2542b19c9fa565f7890ac36b1400dc0651cd1035..ec4c09f2796ba833010c388e6d3ac564c0f56f8f 100644 (file)
@@ -13,7 +13,7 @@ fedora_fade_in_la_LIBADD = $(PLYMOUTH_LIBS) ../../libply/libply.la
 fedora_fade_in_la_SOURCES = $(srcdir)/../../ply-boot-splash-plugin.h         \
                             $(srcdir)/../../ply-window.h                     \
                             $(srcdir)/../../ply-window.c                     \
-                            $(srcdir)/fedora-fade-in.c
+                            $(srcdir)/plugin.c
 
 plymouthdir = $(datadir)/plymouth/fedora-fade-in
 plymouth_DATA = star.png bullet.png entry.png lock.png
index 7e4317654ca3f80f73b936dffad618e43aa4a67d..433726ea754e1df8ce9d064986596e8ffffb59d7 100644 (file)
@@ -15,7 +15,7 @@ spinfinity_la_SOURCES = $(srcdir)/../../ply-boot-splash-plugin.h             \
                             $(srcdir)/../../ply-window.c                     \
                             $(srcdir)/throbber.h                             \
                             $(srcdir)/throbber.c                             \
-                            $(srcdir)/spinfinity.c
+                            $(srcdir)/plugin.c
 
 throbber_frames =                                                            \
                     throbber-00.png                                          \
index 0a0552ad14ebabed74aed6dd394e1c0e4280ff1e..9daad9e71f49855a5e2edbdbfa28156b42f26e7a 100644 (file)
@@ -11,6 +11,6 @@ text_la_CFLAGS = $(PLYMOUTH_CFLAGS)
 text_la_LDFLAGS = -module -avoid-version -export-dynamic
 text_la_LIBADD = $(PLYMOUTH_LIBS) ../../libply/libply.la
 text_la_SOURCES = $(srcdir)/../../ply-boot-splash-plugin.h         \
-                  $(srcdir)/text.c
+                  $(srcdir)/plugin.c
 
 MAINTAINERCLEANFILES = Makefile.in