From 7a6456b7db6faa279c669db2e5838a4d6de23eda Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sun, 19 Sep 2010 20:15:10 +0200 Subject: Rename project and libraries to utouch-evemu 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 --- src/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/Makefile.am') 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 @@ -lib_LTLIBRARIES = libevemu.la +lib_LTLIBRARIES = libutouch-evemu.la -libevemu_la_LDFLAGS = -version-info @LIB_VERSION@ +libutouch_evemu_la_LDFLAGS = -version-info @LIB_VERSION@ -libevemu_la_SOURCES = \ +libutouch_evemu_la_SOURCES = \ evemu.c AM_CFLAGS = $(CWARNFLAGS) INCLUDES = -I$(top_srcdir)/include/ -libevemuincludedir = $(includedir) -libevemuinclude_HEADERS = \ +libutouch_evemuincludedir = $(includedir) +libutouch_evemuinclude_HEADERS = \ $(top_srcdir)/include/evemu.h -- cgit v1.2.3