build: remove trailing blanks, enable syntax-check
[libguestfs.git] / daemon / Makefile.am
1 # libguestfs-daemon
2 # Copyright (C) 2009 Red Hat Inc.
3 #
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
18 ACLOCAL_AMFLAGS = -I m4
19
20 noinst_PROGRAMS = guestfsd
21 guestfsd_SOURCES = \
22         actions.h \
23         augeas.c \
24         blockdev.c \
25         checksum.c \
26         cmp.c \
27         command.c \
28         cpmv.c \
29         daemon.h \
30         debug.c \
31         devsparts.c \
32         df.c \
33         dir.c \
34         dmesg.c \
35         dropcaches.c \
36         du.c \
37         ext2.c \
38         fallocate.c \
39         file.c \
40         find.c \
41         fsck.c \
42         glob.c \
43         grep.c \
44         grub.c \
45         guestfsd.c \
46         headtail.c \
47         hexdump.c \
48         initrd.c \
49         inotify.c \
50         link.c \
51         ls.c \
52         lvm.c \
53         mknod.c \
54         mount.c \
55         names.c \
56         ntfs.c \
57         pingdaemon.c \
58         proto.c \
59         readdir.c \
60         realpath.c \
61         scrub.c \
62         sfdisk.c \
63         sleep.c \
64         stat.c \
65         strings.c \
66         stubs.c \
67         swap.c \
68         sync.c \
69         tar.c \
70         umask.c \
71         upload.c \
72         wc.c \
73         xattr.c \
74         zero.c \
75         zerofree.c \
76         $(top_builddir)/../src/guestfs_protocol.h \
77         $(top_builddir)/../src/guestfs_protocol.c
78
79 guestfsd_CFLAGS = -Wall