X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=5fc58154d137f6a24e8d5b07d6a4b05fe7d70697;hb=HEAD;hp=657b6dc5cb6c9d9cfbfec629dcac847cdfb5d63d;hpb=e7fcb0e3e50797315086c40bc2daf43a82641337;p=qemu-sanity-check.git diff --git a/Makefile.am b/Makefile.am index 657b6dc..5fc5815 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,32 +15,16 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -SUBDIRS = . tests +SUBDIRS = src tests EXTRA_DIST = \ .gitignore \ qemu-sanity-check.1 \ - qemu-sanity-check.in \ qemu-sanity-check.pod \ qemu-sanity-check.pod.in CLEANFILES = \ - *~ \ - qemu-sanity-check - -bin_SCRIPTS = qemu-sanity-check -initrddir = $(libdir)/qemu-sanity-check -initrd_DATA = initrd - -# Build the initramfs. -initrd: init - echo $< | cpio --quiet -o -H newc > $@-t - mv $@-t $@ - -noinst_PROGRAMS = init -init_SOURCES = init.c -init_CFLAGS = -static -init_LDFLAGS = -static + *~ # Build the man pages. qemu-sanity-check.pod: qemu-sanity-check.pod.in Makefile