From 0984dd9df886d3a5bf951d2bddfd1c7544352088 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 17 Oct 2011 09:41:50 +0200 Subject: [PATCH] build: ensure all needed files are included in dist Added all needed headers to libwmc_la_SOURCES, so that they get into the dist tarball. --- libwmc/src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libwmc/src/Makefile.am b/libwmc/src/Makefile.am index 9d264e30..46205016 100644 --- a/libwmc/src/Makefile.am +++ b/libwmc/src/Makefile.am @@ -5,6 +5,8 @@ libwmc_la_CPPFLAGS = \ $(MM_CFLAGS) libwmc_la_SOURCES = \ + protocol.h \ + result-private.h \ errors.c \ errors.h \ utils.c \