mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 13:38:45 +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
0b0afb569b
8 changed files with 4 additions and 4 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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