Updates, added specfile.
[virt-tools.git] / linux / Makefile.am
index 770700f..b8339c7 100644 (file)
 # 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_SCRIPTS = 50-virt-tools
+
+# Directory for sharing data with the host.
+sharingdir = $(localstatedir)/run/virt-tools
+
+install-data-hook:
+       $(MKDIR_P) $(DESTDIR)$(sharingdir)