Implement upload and download commands.
[libguestfs.git] / daemon / Makefile.am
index 686f4b6..1c1609d 100644 (file)
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+ACLOCAL_AMFLAGS = -I m4
+
+noinst_PROGRAMS = guestfsd
+guestfsd_SOURCES = \
+       actions.h \
+       augeas.c \
+       blockdev.c \
+       command.c \
+       daemon.h \
+       devsparts.c \
+       dir.c \
+       file.c \
+       guestfsd.c \
+       ls.c \
+       lvm.c \
+       mount.c \
+       proto.c \
+       stat.c \
+       stubs.c \
+       sync.c \
+       tune2fs.c \
+       upload.c \
+       ../src/guestfs_protocol.h \
+       ../src/guestfs_protocol.c
+
+guestfsd_CFLAGS = -Wall
+
+CLEANFILES = *~