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 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 58c140d..cbde075 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.60]) AC_INIT([Kernel device emulation], [1.0.0], [], - [evemu]) + [utouch-evemu]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([config-aux]) @@ -25,5 +25,5 @@ AC_PROG_INSTALL AC_CONFIG_FILES([Makefile src/Makefile tools/Makefile - evemu.pc]) + utouch-evemu.pc]) AC_OUTPUT -- cgit v1.2.3