]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
look for header file in the right place
authorRay Strode <rstrode@redhat.com>
Sun, 10 Jun 2007 22:36:49 +0000 (18:36 -0400)
committerRay Strode <rstrode@redhat.com>
Sun, 10 Jun 2007 22:36:49 +0000 (18:36 -0400)
src/splash-plugins/fedora-fade-in/Makefile.am

index f877dc42309d42056da8375d5884df96133db998..8d6b7d08e8e96b1c9ab88bc47bff0be52b3b4a2d 100644 (file)
@@ -10,7 +10,7 @@ plugin_LTLIBRARIES = fedora-fade-in.la
 fedora_fade_in_la_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLYMOUTH_IMAGE_DIR=\"$(datadir)/plymouth/\"
 fedora_fade_in_la_LDFLAGS = -module -avoid-version -export-dynamic
 fedora_fade_in_la_LIBADD = $(PLYMOUTH_LIBS) ../../libply/libply.la
-fedora_fade_in_la_SOURCES = $(srcdir)/../ply-boot-splash-plugin.h             \
+fedora_fade_in_la_SOURCES = $(srcdir)/../../ply-boot-splash-plugin.h         \
                             $(srcdir)/fedora-fade-in.c
 
 plymouthdir = $(datadir)/plymouth