Add checking of python modules at ./configure time
[ganeti-local] / Makefile.am
index e2a0345..7365c8b 100644 (file)
@@ -1,5 +1,7 @@
+ACLOCAL_AMFLAGS = -I autotools
+
 SUBDIRS = man lib scripts daemons doc test tools qa
-EXTRA_DIST = NEWS
+EXTRA_DIST = NEWS DEVNOTES
 
 .PHONY: ganeti
 ganeti:
@@ -23,4 +25,5 @@ depgraph.dot: ganeti/*.py
 
 install-exec-local:
        @mkdir_p@ "$(DESTDIR)${localstatedir}/lib/ganeti" \
-         "$(DESTDIR)${localstatedir}/log/ganeti"
+         "$(DESTDIR)${localstatedir}/log/ganeti" \
+         "$(DESTDIR)${localstatedir}/run/ganeti"