Include org.genivi.BootManager1.conf in EXTRA_DIST
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Wed, 18 Jul 2012 10:08:43 +0000 (11:08 +0100)
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Wed, 18 Jul 2012 10:08:43 +0000 (11:08 +0100)
This is needed for "make dist" and "make distcheck" to work. However,
"make distcheck" currently doesn't work, most likely because the tests
cannot be executed automatically without test files being installed to
the system first.

boot-manager/busconf/Makefile.am

index cf373b7..711d8f0 100644 (file)
@@ -5,4 +5,5 @@ boot_manager_confdir = /etc/dbus-1/system.d
 boot_manager_conf_DATA =                                               \
        org.genivi.BootManager1.conf
 
-
+EXTRA_DIST =                                                           \
+       org.genivi.BootManager1.conf