diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-09-19 20:15:10 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-09-19 20:15:10 +0200 |
| commit | 7a6456b7db6faa279c669db2e5838a4d6de23eda (patch) | |
| tree | a64305b1de2012c8cfefcf8fe5c9e3f540d40677 /src/Makefile.am | |
| parent | 7084c36b584acc4626b113b82af400f88f04897b (diff) | |
Rename project and libraries to utouch-evemuv1.0.0
This project is part of utouch, and the library should be
named thereafter. Also helps avoid confusion with an unrelated
project with the same name.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/Makefile.am')
| -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 |
