summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins/fedora-fade-in/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/splash-plugins/fedora-fade-in/Makefile.am')
-rw-r--r--src/splash-plugins/fedora-fade-in/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/splash-plugins/fedora-fade-in/Makefile.am b/src/splash-plugins/fedora-fade-in/Makefile.am
deleted file mode 100644
index ec4c09f..0000000
--- a/src/splash-plugins/fedora-fade-in/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-INCLUDES = -I$(top_srcdir) \
- -I$(srcdir)/../../libply \
- -I$(srcdir)/../.. \
- -I$(srcdir)/.. \
- -I$(srcdir)
-
-plugindir = $(libdir)/plymouth
-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 \
- $(srcdir)/../../ply-window.h \
- $(srcdir)/../../ply-window.c \
- $(srcdir)/plugin.c
-
-plymouthdir = $(datadir)/plymouth/fedora-fade-in
-plymouth_DATA = star.png bullet.png entry.png lock.png
-
-EXTRA_DIST = $(plymouth_DATA)
-MAINTAINERCLEANFILES = Makefile.in