summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-12-22 08:45:50 +0100
committerHenrik Rydberg <rydberg@euromail.se>2010-12-22 08:45:50 +0100
commit582fcff5ba71ac394721d79ec6023ab17375d0b8 (patch)
tree4077aebed792a071f133ce1071e2db92203d71a6
parent22e89e154b43d87a7b8e7009cf94b7789edaaada (diff)
Add source header to distribution
Added the missing header file to the sources, so that it also ends up in the distro tarball. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index dd27833..182965d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,6 +3,7 @@ lib_LTLIBRARIES = libutouch-evemu.la
libutouch_evemu_la_LDFLAGS = -version-info @LIB_VERSION@
libutouch_evemu_la_SOURCES = \
+ evemu-impl.h \
evemu.c
AM_CFLAGS = $(CWARNFLAGS)