summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-20 11:27:30 -0400
committerRay Strode <rstrode@redhat.com>2008-05-20 11:36:26 -0400
commitc13aba661eeac269ff28daa6c3259afb2ce69bf1 (patch)
treee20e55e8744467ba831a1b6c2f09914ebd562abe /src
parent677c3bd9cbb8c33f89a90c06b2e429ef958897e4 (diff)
downloadplymouth-c13aba661eeac269ff28daa6c3259afb2ce69bf1.tar.gz
plymouth-c13aba661eeac269ff28daa6c3259afb2ce69bf1.tar.xz
plymouth-c13aba661eeac269ff28daa6c3259afb2ce69bf1.zip
rename rhgb-client to plymouth
We'll keep a compat symlink in place until init scripts are moved over
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/client/Makefile.am22
-rw-r--r--src/client/ply-boot-client.c (renamed from src/rhgb-client/ply-boot-client.c)0
-rw-r--r--src/client/ply-boot-client.h (renamed from src/rhgb-client/ply-boot-client.h)0
-rw-r--r--src/client/plymouth.c (renamed from src/rhgb-client/rhgb-client.c)0
-rw-r--r--src/client/tests/Makefile.am (renamed from src/rhgb-client/tests/Makefile.am)0
-rw-r--r--src/client/tests/ply-boot-client-test.am (renamed from src/rhgb-client/tests/ply-boot-client-test.am)0
-rw-r--r--src/rhgb-client/Makefile.am16
8 files changed, 23 insertions, 17 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bfdd1c1..3211fdc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = libply . splash-plugins rhgb-client tests
+SUBDIRS = libply . splash-plugins client tests
INCLUDES = -I$(top_srcdir) \
-I$(srcdir)/libply \
-I$(srcdir)
diff --git a/src/client/Makefile.am b/src/client/Makefile.am
new file mode 100644
index 0000000..a0f20ee
--- /dev/null
+++ b/src/client/Makefile.am
@@ -0,0 +1,22 @@
+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
diff --git a/src/rhgb-client/ply-boot-client.c b/src/client/ply-boot-client.c
index 08eb6b9..08eb6b9 100644
--- a/src/rhgb-client/ply-boot-client.c
+++ b/src/client/ply-boot-client.c
diff --git a/src/rhgb-client/ply-boot-client.h b/src/client/ply-boot-client.h
index 4c72db2..4c72db2 100644
--- a/src/rhgb-client/ply-boot-client.h
+++ b/src/client/ply-boot-client.h
diff --git a/src/rhgb-client/rhgb-client.c b/src/client/plymouth.c
index 048563d..048563d 100644
--- a/src/rhgb-client/rhgb-client.c
+++ b/src/client/plymouth.c
diff --git a/src/rhgb-client/tests/Makefile.am b/src/client/tests/Makefile.am
index c6dbfdb..c6dbfdb 100644
--- a/src/rhgb-client/tests/Makefile.am
+++ b/src/client/tests/Makefile.am
diff --git a/src/rhgb-client/tests/ply-boot-client-test.am b/src/client/tests/ply-boot-client-test.am
index f733032..f733032 100644
--- a/src/rhgb-client/tests/ply-boot-client-test.am
+++ b/src/client/tests/ply-boot-client-test.am
diff --git a/src/rhgb-client/Makefile.am b/src/rhgb-client/Makefile.am
deleted file mode 100644
index 8cad7df..0000000
--- a/src/rhgb-client/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-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