X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=linux%2FMakefile.am;fp=linux%2FMakefile.am;h=ac9bfb78aa4eb9c1721ac32870f7f8a20272db39;hb=3fdc8cc9b53be241cd636cafd4ecce4111f62b05;hp=770700fc4703501353ea7f83a34fa06c90459ee6;hpb=782458a90679f6b3cf04c7a2090d45bff6adfc3b;p=virt-tools.git diff --git a/linux/Makefile.am b/linux/Makefile.am index 770700f..ac9bfb7 100644 --- a/linux/Makefile.am +++ b/linux/Makefile.am @@ -14,3 +14,13 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +# NetworkManager configuration for the guest side. +nmconfdir = $(sysconfdir)/NetworkManager/dispatcher.d +nmconf_DATA = 50-virt-tools + +# Directory for sharing data with the host. +sharingdir = $(localstatedir)/run/virt-tools + +install-data-hook: + $(MKDIR_P) $(DESTDIR)$(sharingdir)