summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-06-09 13:28:10 -0400
committerRay Strode <rstrode@redhat.com>2008-06-09 13:28:10 -0400
commit7e85eafab617fef5478c6d9f551f044d67462466 (patch)
treee31b8bbfa2fbc31e89a2172cee7da8bec82ddccc /src/splash-plugins
parentcf2420ae6ac30d732a757f6e6351f3797894c0a9 (diff)
downloadplymouth-7e85eafab617fef5478c6d9f551f044d67462466.tar.gz
plymouth-7e85eafab617fef5478c6d9f551f044d67462466.tar.xz
plymouth-7e85eafab617fef5478c6d9f551f044d67462466.zip
Expose preferred gradient color stops in configure0.2.0
Diffstat (limited to 'src/splash-plugins')
-rw-r--r--src/splash-plugins/fade-in/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/splash-plugins/fade-in/Makefile.am b/src/splash-plugins/fade-in/Makefile.am
index 0f9441d..ab823da 100644
--- a/src/splash-plugins/fade-in/Makefile.am
+++ b/src/splash-plugins/fade-in/Makefile.am
@@ -11,7 +11,9 @@ plugin_LTLIBRARIES = fade-in.la
fade_in_la_CFLAGS = $(PLYMOUTH_CFLAGS) \
-DPLYMOUTH_IMAGE_DIR=\"$(datadir)/plymouth/\" \
-DPLYMOUTH_LOGO_FILE=\"$(logofile)\" \
- -DPLYMOUTH_BACKGROUND_COLOR=$(background_color)
+ -DPLYMOUTH_BACKGROUND_COLOR=$(background_color) \
+ -DPLYMOUTH_BACKGROUND_END_COLOR=$(background_end_color) \
+ -DPLYMOUTH_BACKGROUND_START_COLOR=$(background_start_color)
fade_in_la_LDFLAGS = -module -avoid-version -export-dynamic
fade_in_la_LIBADD = $(PLYMOUTH_LIBS) \
../../libply/libply.la \