X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=fc397cda2534f2d542bf8ab75cd51ea460ed2d85;hp=c035977de46c712b0dfbb2e751f7240da8abcb84;hb=d70248333edf8a5b5f509609cf2c8f7fd77d5e05;hpb=7b309445d4e9f93088ca052469338c8e3ce8dcbf diff --git a/Makefile.am b/Makefile.am index c035977..fc397cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src daemon fish examples images +SUBDIRS = src daemon fish po examples images if HAVE_OCAML SUBDIRS += ocaml @@ -42,6 +42,7 @@ SUBDIRS += inspector endif EXTRA_DIST = \ + config.rpath \ make-initramfs.sh update-initramfs.sh \ guestfs.pod guestfs-actions.pod guestfs-structs.pod \ guestfish.pod guestfish-actions.pod \ @@ -97,12 +98,12 @@ make-initramfs.sh: make-initramfs.sh.in check_PROGRAMS = tests test-command -tests_SOURCES = tests.c test-bootbootboot.sh +tests_SOURCES = tests.c tests_CFLAGS = \ -I$(top_builddir)/src -Wall tests_LDADD = $(top_builddir)/src/libguestfs.la -TESTS = tests +TESTS = tests test-bootbootboot.sh TESTS_ENVIRONMENT = \ SKIP_TEST_COMMAND=$(shell ldd test-command | grep -sq 'not a dynamic executable' || echo 1) \ SKIP_ZEROFREE=$(shell test -x initramfs/usr/sbin/zerofree || echo 1) \