]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[daemon] Actually install shipped config files
authorRay Strode <rstrode@redhat.com>
Wed, 24 Mar 2010 03:00:11 +0000 (23:00 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 24 Mar 2010 03:08:26 +0000 (23:08 -0400)
commit cf766763f26ad0bb8e001a9ecf65b00f4c766e3c was
messed up in more than one way.  The biggest problem
was that It didn't include the Makefile changes needed
to ship the files added to the repository.

This commit fixes that.

src/Makefile.am

index 249a694098e1b44f3ecb74fc93790b6b122fe57c..f0631ddd84c51462602fe91934faf6172b85c60f 100644 (file)
@@ -30,6 +30,12 @@ plymouthdtimedir = $(localstatedir)/lib/plymouth
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = ply-splash-core.pc ply-splash-graphics.pc
 
+plymouthd_defaultsdir = $(PLYMOUTH_POLICY_DIR)
+dist_plymouthd_defaults_DATA = plymouthd.defaults
+
+plymouthd_confdir = $(PLYMOUTH_CONF_DIR)
+dist_plymouthd_conf_DATA = plymouthd.conf
+
 install-data-hook:
        -mkdir -p $(DESTDIR)$(plymouthdrundir)
        -mkdir -p $(DESTDIR)$(plymouthdspooldir)