From 458b2c81e3bef517cdc60ecfd6e9a78e9b3ee399 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Thu, 29 May 2008 01:39:10 -0400 Subject: [PATCH] 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 --- src/splash-plugins/details/Makefile.am | 2 ++ src/splash-plugins/text/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/splash-plugins/details/Makefile.am b/src/splash-plugins/details/Makefile.am index b395c980..0550db02 100644 --- a/src/splash-plugins/details/Makefile.am +++ b/src/splash-plugins/details/Makefile.am @@ -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 diff --git a/src/splash-plugins/text/Makefile.am b/src/splash-plugins/text/Makefile.am index 9daad9e7..27b2cf70 100644 --- a/src/splash-plugins/text/Makefile.am +++ b/src/splash-plugins/text/Makefile.am @@ -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