Start of hostinfo daemon / play with APR.
[virt-hostinfo.git] / hostinfod / Makefile.am
index 79fb071..838c667 100644 (file)
@@ -14,3 +14,9 @@
 # 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.
+
+sbin_PROGRAMS = hostinfod
+
+hostinfod_SOURCES = main.c
+hostinfod_CFLAGS = -Wall $(HOSTINFOD_CFLAGS)
+hostinfod_LDADD = $(HOSTINFOD_LIBS)