]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Add window source files to plugins that were lacking it
authorRay Strode <rstrode@redhat.com>
Thu, 29 May 2008 05:39:10 +0000 (01:39 -0400)
committerRay Strode <rstrode@redhat.com>
Thu, 29 May 2008 05:39:10 +0000 (01:39 -0400)
We may want to do another convenience lib for plugin
specific apis, or fold window into libply

src/splash-plugins/details/Makefile.am
src/splash-plugins/text/Makefile.am

index b395c980c757aa7d63599684569825af922fef8a..0550db027534d0113cd7385534873498c6488bbe 100644 (file)
@@ -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
index 9daad9e71f49855a5e2edbdbfa28156b42f26e7a..27b2cf70cec06f96b5d5023b2c462aae46343a29 100644 (file)
@@ -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