src: Look for kernels in /lib/modules/*/vmlinuz
[qemu-sanity-check.git] / Makefile.am
index 657b6dc..5fc5815 100644 (file)
 # 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