diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-12-22 08:45:50 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-12-22 08:45:50 +0100 |
| commit | 582fcff5ba71ac394721d79ec6023ab17375d0b8 (patch) | |
| tree | 4077aebed792a071f133ce1071e2db92203d71a6 /src | |
| parent | 22e89e154b43d87a7b8e7009cf94b7789edaaada (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')
| -rw-r--r-- | src/Makefile.am | 1 |
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 | |||
| 3 | libutouch_evemu_la_LDFLAGS = -version-info @LIB_VERSION@ | 3 | libutouch_evemu_la_LDFLAGS = -version-info @LIB_VERSION@ |
| 4 | 4 | ||
| 5 | libutouch_evemu_la_SOURCES = \ | 5 | libutouch_evemu_la_SOURCES = \ |
| 6 | evemu-impl.h \ | ||
| 6 | evemu.c | 7 | evemu.c |
| 7 | 8 | ||
| 8 | AM_CFLAGS = $(CWARNFLAGS) | 9 | AM_CFLAGS = $(CWARNFLAGS) |
