summaryrefslogtreecommitdiff
path: root/src/Makefile.am
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 /src/Makefile.am
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>
Diffstat (limited to 'src/Makefile.am')
-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
3libutouch_evemu_la_LDFLAGS = -version-info @LIB_VERSION@ 3libutouch_evemu_la_LDFLAGS = -version-info @LIB_VERSION@
4 4
5libutouch_evemu_la_SOURCES = \ 5libutouch_evemu_la_SOURCES = \
6 evemu-impl.h \
6 evemu.c 7 evemu.c
7 8
8AM_CFLAGS = $(CWARNFLAGS) 9AM_CFLAGS = $(CWARNFLAGS)