diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-05-29 01:39:10 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-05-29 01:39:10 -0400 |
| commit | 458b2c81e3bef517cdc60ecfd6e9a78e9b3ee399 (patch) | |
| tree | 198baf37b31f10eabdae60a07db64096c2d0c9bb /src/splash-plugins/text/Makefile.am | |
| parent | 788359b9ece1076bf9d154b75b4d4c6ba1ee389f (diff) | |
| download | plymouth-458b2c81e3bef517cdc60ecfd6e9a78e9b3ee399.tar.gz plymouth-458b2c81e3bef517cdc60ecfd6e9a78e9b3ee399.tar.xz plymouth-458b2c81e3bef517cdc60ecfd6e9a78e9b3ee399.zip | |
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/splash-plugins/text/Makefile.am')
| -rw-r--r-- | src/splash-plugins/text/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
