summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins/text
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-28 22:07:20 -0400
committerRay Strode <rstrode@redhat.com>2008-05-28 22:11:22 -0400
commit0b0afb569b254e757ec00540fdd2e6bdb8180896 (patch)
treecebe2e6e39589e1bdae5db558743c28aa0646650 /src/splash-plugins/text
parent49303d3d85b4fc7cc14c6017eff649b7716beabb (diff)
downloadplymouth-0b0afb569b254e757ec00540fdd2e6bdb8180896.tar.gz
plymouth-0b0afb569b254e757ec00540fdd2e6bdb8180896.tar.xz
plymouth-0b0afb569b254e757ec00540fdd2e6bdb8180896.zip
Rename all the plugins from <plugin-name>.c -> main.c
Just makes things more consistent.
Diffstat (limited to 'src/splash-plugins/text')
-rw-r--r--src/splash-plugins/text/Makefile.am2
-rw-r--r--src/splash-plugins/text/plugin.c (renamed from src/splash-plugins/text/text.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/splash-plugins/text/Makefile.am b/src/splash-plugins/text/Makefile.am
index 0a0552a..9daad9e 100644
--- a/src/splash-plugins/text/Makefile.am
+++ b/src/splash-plugins/text/Makefile.am
@@ -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
diff --git a/src/splash-plugins/text/text.c b/src/splash-plugins/text/plugin.c
index bfa591a..bfa591a 100644
--- a/src/splash-plugins/text/text.c
+++ b/src/splash-plugins/text/plugin.c