summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2007-06-06 14:13:07 -0400
committerRay Strode <rstrode@redhat.com>2007-06-06 14:14:37 -0400
commit76a2e17ceeb6a989dd3a5865c420a64cc80c9109 (patch)
treea6fda669a156ac01c9f79ef75aff3cb8ceabf9fa /configure.ac
parenta2bba28d72f050a485bda1387ab6de9931bb68a6 (diff)
downloadplymouth-76a2e17ceeb6a989dd3a5865c420a64cc80c9109.tar.gz
plymouth-76a2e17ceeb6a989dd3a5865c420a64cc80c9109.tar.xz
plymouth-76a2e17ceeb6a989dd3a5865c420a64cc80c9109.zip
add small wrapper functions around dlopen and friends.
create the start of a boot-splash api for managing the splash screen. Setup main.c to use the api (no plugin exists yet, though, so things are pretty hosed atm)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8e0828d..09afbf4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_SUBST(IMAGE_CFLAGS)
AC_SUBST(IMAGE_LIBS)
PLYMOUTH_CFLAGS=""
-PLYMOUTH_LIBS="-lm"
+PLYMOUTH_LIBS="-lm -ldl"
AC_SUBST(PLYMOUTH_CFLAGS)
AC_SUBST(PLYMOUTH_LIBS)