summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-09-19 20:15:10 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-09-19 20:15:10 +0200
commit7a6456b7db6faa279c669db2e5838a4d6de23eda (patch)
treea64305b1de2012c8cfefcf8fe5c9e3f540d40677 /src
parent7084c36b584acc4626b113b82af400f88f04897b (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')
-rw-r--r--src/Makefile.am10
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 @@
1lib_LTLIBRARIES = libevemu.la 1lib_LTLIBRARIES = libutouch-evemu.la
2 2
3libevemu_la_LDFLAGS = -version-info @LIB_VERSION@ 3libutouch_evemu_la_LDFLAGS = -version-info @LIB_VERSION@
4 4
5libevemu_la_SOURCES = \ 5libutouch_evemu_la_SOURCES = \
6 evemu.c 6 evemu.c
7 7
8AM_CFLAGS = $(CWARNFLAGS) 8AM_CFLAGS = $(CWARNFLAGS)
9 9
10INCLUDES = -I$(top_srcdir)/include/ 10INCLUDES = -I$(top_srcdir)/include/
11 11
12libevemuincludedir = $(includedir) 12libutouch_evemuincludedir = $(includedir)
13libevemuinclude_HEADERS = \ 13libutouch_evemuinclude_HEADERS = \
14 $(top_srcdir)/include/evemu.h 14 $(top_srcdir)/include/evemu.h