DRBD: Fix another bug in diskless activation
[ganeti-local] / Makefile.am
index 2199176..5a25cf7 100644 (file)
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I autotools
+
 SUBDIRS = man lib scripts daemons doc test tools qa
 EXTRA_DIST = NEWS DEVNOTES
 
@@ -7,6 +9,14 @@ ganeti:
 
 pre-check: ganeti
        $(MAKE) -C lib $@
+       $(MAKE) -C lib/rapi $@
+
+# a dist hook rule for catching revision control directories
+distcheck-hook:
+       if find $(top_distdir) | grep -F -e '.svn' -e '.git'; then \
+               echo "Found revision control files in final archive" 1>&2 ; \
+               exit 1; \
+       fi
 
 # custom rules
 depgraph: depgraph.png
@@ -23,4 +33,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"