From 582fcff5ba71ac394721d79ec6023ab17375d0b8 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Wed, 22 Dec 2010 08:45:50 +0100 Subject: 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 --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3