We're going to have non-splash plugins shortly.
src/libply/Makefile
src/libplybootsplash/Makefile
src/plymouth-1.pc
- src/splash-plugins/Makefile
- src/splash-plugins/spinfinity/Makefile
- src/splash-plugins/fade-in/Makefile
- src/splash-plugins/text/Makefile
- src/splash-plugins/details/Makefile
+ src/plugins/Makefile
+ src/plugins/splash/Makefile
+ src/plugins/splash/spinfinity/Makefile
+ src/plugins/splash/fade-in/Makefile
+ src/plugins/splash/text/Makefile
+ src/plugins/splash/details/Makefile
src/Makefile
src/client/Makefile
src/viewer/Makefile
-SUBDIRS = libply libplybootsplash . splash-plugins client viewer tests
+SUBDIRS = libply libplybootsplash . plugins client viewer tests
INCLUDES = -I$(top_srcdir) \
-I$(srcdir)/libply \
-I$(srcdir)/libplybootsplash \
--- /dev/null
+SUBDIRS = splash
+
+MAINTAINERCLEANFILES = Makefile.in
INCLUDES = -I$(top_srcdir) \
- -I$(srcdir)/../../libply \
- -I$(srcdir)/../../libplybootsplash \
+ -I$(srcdir)/../../../libply \
+ -I$(srcdir)/../../../libplybootsplash \
+ -I$(srcdir)/../../.. \
-I$(srcdir)/../.. \
-I$(srcdir)/.. \
-I$(srcdir)
details_la_CFLAGS = $(PLYMOUTH_CFLAGS)
details_la_LDFLAGS = -module -avoid-version -export-dynamic
details_la_LIBADD = $(PLYMOUTH_LIBS) \
- ../../libply/libply.la \
- ../../libplybootsplash/libplybootsplash.la
+ ../../../libply/libply.la \
+ ../../../libplybootsplash/libplybootsplash.la
details_la_SOURCES = $(srcdir)/plugin.c
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = -I$(top_srcdir) \
- -I$(srcdir)/../../libply \
- -I$(srcdir)/../../libplybootsplash \
+ -I$(srcdir)/../../../libply \
+ -I$(srcdir)/../../../libplybootsplash \
+ -I$(srcdir)/../../.. \
-I$(srcdir)/../.. \
-I$(srcdir)/.. \
-I$(srcdir)
-DPLYMOUTH_BACKGROUND_START_COLOR=$(background_start_color)
fade_in_la_LDFLAGS = -module -avoid-version -export-dynamic
fade_in_la_LIBADD = $(PLYMOUTH_LIBS) \
- ../../libply/libply.la \
- ../../libplybootsplash/libplybootsplash.la
+ ../../../libply/libply.la \
+ ../../../libplybootsplash/libplybootsplash.la
fade_in_la_SOURCES = $(srcdir)/plugin.c
plymouthdir = $(datadir)/plymouth/fade-in
INCLUDES = -I$(top_srcdir) \
- -I$(srcdir)/../../libply \
- -I$(srcdir)/../../libplybootsplash \
+ -I$(srcdir)/../../../libply \
+ -I$(srcdir)/../../../libplybootsplash \
+ -I$(srcdir)/../../.. \
-I$(srcdir)/../.. \
-I$(srcdir)/.. \
-I$(srcdir)
spinfinity_la_LDFLAGS = -module -avoid-version -export-dynamic
spinfinity_la_LIBADD = $(PLYMOUTH_LIBS) \
- ../../libply/libply.la \
- ../../libplybootsplash/libplybootsplash.la
+ ../../../libply/libply.la \
+ ../../../libplybootsplash/libplybootsplash.la
spinfinity_la_SOURCES = $(srcdir)/plugin.c
throbber_frames = \
INCLUDES = -I$(top_srcdir) \
- -I$(srcdir)/../../libply \
- -I$(srcdir)/../../libplybootsplash \
+ -I$(srcdir)/../../../libply \
+ -I$(srcdir)/../../../libplybootsplash \
+ -I$(srcdir)/../../.. \
-I$(srcdir)/../.. \
-I$(srcdir)/.. \
-I$(srcdir)
text_la_LDFLAGS = -module -avoid-version -export-dynamic
text_la_LIBADD = $(PLYMOUTH_LIBS) \
- ../../libply/libply.la \
- ../../libplybootsplash/libplybootsplash.la
+ ../../../libply/libply.la \
+ ../../../libplybootsplash/libplybootsplash.la
text_la_SOURCES = $(srcdir)/plugin.c
MAINTAINERCLEANFILES = Makefile.in