diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 60fbb1a..dd27833 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -1,14 +1,14 @@ | |||
| 1 | lib_LTLIBRARIES = libevemu.la | 1 | lib_LTLIBRARIES = libutouch-evemu.la |
| 2 | 2 | ||
| 3 | libevemu_la_LDFLAGS = -version-info @LIB_VERSION@ | 3 | libutouch_evemu_la_LDFLAGS = -version-info @LIB_VERSION@ |
| 4 | 4 | ||
| 5 | libevemu_la_SOURCES = \ | 5 | libutouch_evemu_la_SOURCES = \ |
| 6 | evemu.c | 6 | evemu.c |
| 7 | 7 | ||
| 8 | AM_CFLAGS = $(CWARNFLAGS) | 8 | AM_CFLAGS = $(CWARNFLAGS) |
| 9 | 9 | ||
| 10 | INCLUDES = -I$(top_srcdir)/include/ | 10 | INCLUDES = -I$(top_srcdir)/include/ |
| 11 | 11 | ||
| 12 | libevemuincludedir = $(includedir) | 12 | libutouch_evemuincludedir = $(includedir) |
| 13 | libevemuinclude_HEADERS = \ | 13 | libutouch_evemuinclude_HEADERS = \ |
| 14 | $(top_srcdir)/include/evemu.h | 14 | $(top_srcdir)/include/evemu.h |
