summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-29 01:39:10 -0400
committerRay Strode <rstrode@redhat.com>2008-05-29 01:39:10 -0400
commit458b2c81e3bef517cdc60ecfd6e9a78e9b3ee399 (patch)
tree198baf37b31f10eabdae60a07db64096c2d0c9bb /src
parent788359b9ece1076bf9d154b75b4d4c6ba1ee389f (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/splash-plugins/details/Makefile.am2
-rw-r--r--src/splash-plugins/text/Makefile.am2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/splash-plugins/details/Makefile.am b/src/splash-plugins/details/Makefile.am
index b395c98..0550db0 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 9daad9e..27b2cf7 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