]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
fix boot-splash build
authorRay Strode <rstrode@redhat.com>
Wed, 1 Oct 2008 18:55:02 +0000 (14:55 -0400)
committerRay Strode <rstrode@redhat.com>
Tue, 7 Oct 2008 15:29:10 +0000 (11:29 -0400)
needed a define added to the makefile

src/tests/ply-boot-splash-test.am

index 59e24f70f10174acd0d693188d41d3f2f489e78a..2444c32c42504bee0f1f7b3174fb3d01a11dd689 100644 (file)
@@ -1,6 +1,6 @@
 TESTS += ply-boot-splash-test
 
-ply_boot_splash_test_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLY_BOOT_SPLASH_ENABLE_TEST
+ply_boot_splash_test_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLY_BOOT_SPLASH_ENABLE_TEST -DPLYMOUTH_TIME_DIRECTORY=\"/var/lib/plymouth\"
 ply_boot_splash_test_LDADD = $(PLYMOUTH_LIBS) ../libply/libply.la
 
 ply_boot_splash_test_SOURCES =                                                   \