From: Frederic Crozat Date: Thu, 3 Sep 2009 14:30:44 +0000 (+0200) Subject: [libplybootsplash] move ply-boot-splash.[ch] to libplybootsplash X-Git-Tag: 0.7.2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=053ca5cf1333c696d62df7167a0013a0b9394853;p=thirdparty%2Fplymouth.git [libplybootsplash] move ply-boot-splash.[ch] to libplybootsplash --- diff --git a/src/Makefile.am b/src/Makefile.am index cc086c43..d11fe87d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,8 +19,6 @@ plymouthd_SOURCES = \ ply-boot-protocol.h \ ply-boot-server.h \ ply-boot-server.c \ - ply-boot-splash.h \ - ply-boot-splash.c \ main.c plymouthdrundir = $(localstatedir)/run/plymouth diff --git a/src/libplybootsplash/Makefile.am b/src/libplybootsplash/Makefile.am index 3527e1e3..84e22905 100644 --- a/src/libplybootsplash/Makefile.am +++ b/src/libplybootsplash/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = -I$(top_srcdir) \ lib_LTLIBRARIES = libplybootsplash.la libplybootsplashdir = $(includedir)/plymouth-1/plybootsplash -libplybootsplash_HEADERS = ply-entry.h ply-image.h ply-progress-bar.h ply-text-progress-bar.h ply-text-pulser.h ply-throbber.h ply-animation.h ply-progress-animation.h ply-window.h ply-label.h ply-boot-splash-plugin.h ply-label-plugin.h +libplybootsplash_HEADERS = ply-entry.h ply-image.h ply-progress-bar.h ply-text-progress-bar.h ply-text-pulser.h ply-throbber.h ply-animation.h ply-progress-animation.h ply-window.h ply-label.h ply-boot-splash-plugin.h ply-label-plugin.h ply-boot-splash.h libplybootsplash_la_CFLAGS = $(PLYMOUTH_CFLAGS) \ $(IMAGE_CFLAGS) \ @@ -29,6 +29,7 @@ libplybootsplash_la_SOURCES = \ ply-progress-animation.c \ ply-text-progress-bar.c \ ply-text-pulser.c \ - ply-window.c + ply-window.c \ + ply-boot-splash.c MAINTAINERCLEANFILES = Makefile.in diff --git a/src/ply-boot-splash.c b/src/libplybootsplash/ply-boot-splash.c similarity index 100% rename from src/ply-boot-splash.c rename to src/libplybootsplash/ply-boot-splash.c diff --git a/src/ply-boot-splash.h b/src/libplybootsplash/ply-boot-splash.h similarity index 100% rename from src/ply-boot-splash.h rename to src/libplybootsplash/ply-boot-splash.h diff --git a/src/tests/ply-boot-splash-test.am b/src/tests/ply-boot-splash-test.am index 6f5d1073..ef79719c 100644 --- a/src/tests/ply-boot-splash-test.am +++ b/src/tests/ply-boot-splash-test.am @@ -11,5 +11,5 @@ ply_boot_splash_test_SOURCES = $(srcdir)/../libplybootsplash/ply-boot-splash-plugin.h \ $(srcdir)/../libplybootsplash/ply-window.h \ $(srcdir)/../libplybootsplash/ply-window.c \ - $(srcdir)/../ply-boot-splash.h \ - $(srcdir)/../ply-boot-splash.c + $(srcdir)/../libplybootsplash/ply-boot-splash.h \ + $(srcdir)/../libplybootsplash/ply-boot-splash.c