Hostinfo day 4: Implement command processing code.
[virt-hostinfo.git] / hostinfod / Makefile.am
index 16272e0..5fc2cb1 100644 (file)
@@ -17,6 +17,8 @@
 
 EXTRA_DIST = hostinfo.pod hostinfo-protocol.pod
 
+CLEANFILES = hostinfo.8 hostinfo-protocol.5
+
 sbin_PROGRAMS = hostinfod
 
 hostinfod_SOURCES = \
@@ -25,7 +27,8 @@ hostinfod_SOURCES = \
        error.c \
        hostinfod.h \
        main.c \
-       monitor_sockets.c
+       monitor_sockets.c \
+       ping.c
 
 hostinfod_CFLAGS = \
        -Wall \