From f9d2225be8ff0f3e01792f6b5550d9e051e077b4 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Sat, 15 Aug 2009 17:38:43 +0200 Subject: Makefile.am: use dist_*_DATA to include data files in tarballs --- lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am | 2 +- lib/python/Plugins/SystemPlugins/Hotplug/meta/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/python/Plugins/SystemPlugins/Hotplug') diff --git a/lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am b/lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am index 5966e538..60ba49fc 100644 --- a/lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am @@ -4,4 +4,4 @@ install_PYTHON = \ __init__.py \ plugin.py -install_DATA = LICENSE +dist_install_DATA = LICENSE diff --git a/lib/python/Plugins/SystemPlugins/Hotplug/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/Hotplug/meta/Makefile.am index c7b7de86..41ba6c3f 100755 --- a/lib/python/Plugins/SystemPlugins/Hotplug/meta/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/Hotplug/meta/Makefile.am @@ -1,3 +1,3 @@ installdir = $(pkglibdir)/python/Plugins/meta/ -install_DATA = plugin_hotplug.xml +dist_install_DATA = plugin_hotplug.xml -- cgit v1.2.3