mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 13:38:45 +02:00
Add window source files to plugins that were lacking it
We may want to do another convenience lib for plugin specific apis, or fold window into libply
This commit is contained in:
parent
788359b9ec
commit
458b2c81e3
2 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ 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)/../../ply-window.h \
|
||||
$(srcdir)/../../ply-window.c \
|
||||
$(srcdir)/plugin.c
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ 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)/../../ply-window.h \
|
||||
$(srcdir)/../../ply-window.c \
|
||||
$(srcdir)/plugin.c
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue