diff options
| author | Ray Strode <rstrode@redhat.com> | 2007-06-10 18:36:49 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2007-06-10 18:36:49 -0400 |
| commit | f72ce324cfc0624da08934ca5dc119548564248c (patch) | |
| tree | 7f883abf8f512551020598231836090143d84e0c /src/splash-plugins | |
| parent | 660b3fb33134e080ac70100cc676d1d703042dc6 (diff) | |
look for header file in the right place
Diffstat (limited to 'src/splash-plugins')
| -rw-r--r-- | src/splash-plugins/fedora-fade-in/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/splash-plugins/fedora-fade-in/Makefile.am b/src/splash-plugins/fedora-fade-in/Makefile.am index f877dc4..8d6b7d0 100644 --- a/src/splash-plugins/fedora-fade-in/Makefile.am +++ b/src/splash-plugins/fedora-fade-in/Makefile.am @@ -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 |
