* src/generator.ml: Change all `String "device"' to `Device "device"'.
[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 SUBDIRS = lib tests .
21
22 noinst_PROGRAMS = guestfsd
23 guestfsd_SOURCES = \
24         actions.h \
25         augeas.c \
26         blockdev.c \
27         checksum.c \
28         cmp.c \
29         command.c \
30         cpmv.c \
31         daemon.h \
32         debug.c \
33         devsparts.c \
34         df.c \
35         dir.c \
36         dmesg.c \
37         dropcaches.c \
38         du.c \
39         ext2.c \
40         fallocate.c \
41         file.c \
42         find.c \
43         fsck.c \
44         glob.c \
45         grep.c \
46         grub.c \
47         guestfsd.c \
48         headtail.c \
49         hexdump.c \
50         initrd.c \
51         inotify.c \
52         link.c \
53         ls.c \
54         lvm.c \
55         mknod.c \
56         mount.c \
57         names.c \
58         ntfs.c \
59         pingdaemon.c \
60         proto.c \
61         readdir.c \
62         realpath.c \
63         scrub.c \
64         selinux.c \
65         sfdisk.c \
66         sleep.c \
67         stat.c \
68         strings.c \
69         stubs.c \
70         swap.c \
71         sync.c \
72         tar.c \
73         umask.c \
74         upload.c \
75         wc.c \
76         xattr.c \
77         zero.c \
78         zerofree.c \
79         $(top_builddir)/../src/guestfs_protocol.h \
80         $(top_builddir)/../src/guestfs_protocol.c
81
82 AM_CPPFLAGS = -I$(srcdir)/lib -Ilib
83 guestfsd_CFLAGS = -Wall
84 LDADD = lib/libgnu.a