summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-06-09 10:18:39 -0400
committerRay Strode <rstrode@redhat.com>2008-06-09 11:38:56 -0400
commit5d1e93403afe32e6879515b1c74b3e5b6366ad54 (patch)
tree0595d82997da376e5fb9d2437f8b53ec206baa72 /configure.ac
parenta9b7809acf14ca00a5983fbd3c6160325a029994 (diff)
downloadplymouth-5d1e93403afe32e6879515b1c74b3e5b6366ad54.tar.gz
plymouth-5d1e93403afe32e6879515b1c74b3e5b6366ad54.tar.xz
plymouth-5d1e93403afe32e6879515b1c74b3e5b6366ad54.zip
Create new libplybootsplash
The old approach of including the same source files into multiple places is less than pretty. But moving the code to libply didn't seem right either, since libply is fairly generic and could in theory get swapped out with a standard runtime at some point. Also, exposing libplybootsplash as an external library will facilitate creating out of tree splash plugins.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8ba47bc..e82d01f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,6 +66,8 @@ AC_SUBST(background_color)
AC_OUTPUT([Makefile
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