summaryrefslogtreecommitdiff
path: root/libwmc
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-10-17 09:41:50 +0200
committerAleksander Morgado <aleksander@lanedo.com>2011-10-17 09:41:50 +0200
commit0984dd9df886d3a5bf951d2bddfd1c7544352088 (patch)
tree635a2756beeb29d74297716c26067042008bbfd7 /libwmc
parent5f24703b126eabbc08b1f3fffc7831ff73455bd5 (diff)
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.
Diffstat (limited to 'libwmc')
-rw-r--r--libwmc/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \