src/splash-plugins/text/Makefile
src/splash-plugins/details/Makefile
src/Makefile
- src/rhgb-client/Makefile
+ src/client/Makefile
src/tests/Makefile
src/libply/tests/Makefile
- src/rhgb-client/tests/Makefile
+ src/client/tests/Makefile
src/splash-plugins/tests/Makefile
scripts/Makefile
])
(cd $TMPDIR
zcat $INITRD | cpio --quiet -Hnewc -i --make-directories
sed -i -e 's@^#!\(.*\)@#!/bin/plymouthd \1\n@' init
- #sed -i -e 's@setquiet@&\n/bin/rhgb-client --ask-for-password@' init
+ #sed -i -e 's@setquiet@&\n/bin/plymouth --ask-for-password@' init
(cd $LIBDIR
DEPS=$(get_lib_deps ${LIBEXECDIR}/plymouth/plymouth ${LIBDIR}/plymouth/fedora-fade-in.so ${LIBDIR}/plymouth/text.so ${LIBDIR}/plymouth/details.so)
for dep in $DEPS; do
/sbin/ldconfig -n .${LIBDIR}
install -m755 ${LIBEXECDIR}/plymouth/plymouthd bin
- install -m755 ${BINDIR}/rhgb-client bin
+ install -m755 ${BINDIR}/plymouth bin
mkdir -p ${TMPDIR}$DATADIR/plymouth
-SUBDIRS = libply . splash-plugins rhgb-client tests
+SUBDIRS = libply . splash-plugins client tests
INCLUDES = -I$(top_srcdir) \
-I$(srcdir)/libply \
-I$(srcdir)
--- /dev/null
+INCLUDES = -I$(top_srcdir) \
+ -I$(top_srcdir)/src \
+ -I$(top_srcdir)/src/libply \
+ -I$(srcdir)
+plymouthdir = $(bindir)
+plymouth_PROGRAMS = plymouth
+
+plymouth_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLYMOUTH_PLUGIN_PATH=\"$(prefix)/\$${LIB}/plymouth/\"
+plymouth_LDADD = $(PLYMOUTH_LIBS) ../libply/libply.la
+plymouth_SOURCES = \
+ $(srcdir)/../ply-boot-protocol.h \
+ $(srcdir)/ply-boot-client.h \
+ $(srcdir)/ply-boot-client.c \
+ $(srcdir)/plymouth.c
+
+install-data-hook:
+ (cd $(DESTDIR)$(plymouthdir); ln -s plymouth rhgb-client)
+
+uninstall-hook:
+ rm -f $(DESTDIR)$(plymouthdir)/rhgb-client
+
+MAINTAINERCLEANFILES = Makefile.in
+++ /dev/null
-INCLUDES = -I$(top_srcdir) \
- -I$(top_srcdir)/src \
- -I$(top_srcdir)/src/libply \
- -I$(srcdir)
-rhgb_clientdir = $(bindir)
-rhgb_client_PROGRAMS = rhgb-client
-
-rhgb_client_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLYMOUTH_PLUGIN_PATH=\"$(prefix)/\$${LIB}/plymouth/\"
-rhgb_client_LDADD = $(PLYMOUTH_LIBS) ../libply/libply.la
-rhgb_client_SOURCES = \
- $(srcdir)/../ply-boot-protocol.h \
- $(srcdir)/ply-boot-client.h \
- $(srcdir)/ply-boot-client.c \
- $(srcdir)/rhgb-client.c
-
-MAINTAINERCLEANFILES = Makefile.in