Rename all the plugins from <plugin-name>.c -> main.c

Just makes things more consistent.
This commit is contained in:
Ray Strode 2008-05-28 22:07:20 -04:00
parent 49303d3d85
commit 6bfa7fea35
6 changed files with 3 additions and 3 deletions

View 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

View 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 \

View 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