mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 14:48:01 +02:00
Rename all the plugins from <plugin-name>.c -> main.c
Just makes things more consistent.
This commit is contained in:
parent
49303d3d85
commit
6bfa7fea35
6 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue