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 | |
| 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>
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | configure.ac | 4 | ||||
| -rw-r--r-- | src/Makefile.am | 10 | ||||
| -rw-r--r-- | tools/Makefile.am | 10 | ||||
| -rw-r--r-- | utouch-evemu.pc.in (renamed from evemu.pc.in) | 4 |
5 files changed, 15 insertions, 15 deletions
diff --git a/Makefile.am b/Makefile.am index a880ddf..183516c 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUBDIRS = src tools | 1 | SUBDIRS = src tools |
| 2 | 2 | ||
| 3 | pkgconfigdir = $(libdir)/pkgconfig | 3 | pkgconfigdir = $(libdir)/pkgconfig |
| 4 | pkgconfig_DATA = evemu.pc | 4 | pkgconfig_DATA = utouch-evemu.pc |
| 5 | 5 | ||
| 6 | INCLUDES = $(top_srcdir)/include/ | 6 | INCLUDES = $(top_srcdir)/include/ |
| 7 | 7 | ||
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]) | |||
| 3 | AC_INIT([Kernel device emulation], | 3 | AC_INIT([Kernel device emulation], |
| 4 | [1.0.0], | 4 | [1.0.0], |
| 5 | [], | 5 | [], |
| 6 | [evemu]) | 6 | [utouch-evemu]) |
| 7 | AC_CONFIG_SRCDIR([Makefile.am]) | 7 | AC_CONFIG_SRCDIR([Makefile.am]) |
| 8 | AC_CONFIG_HEADERS([config.h]) | 8 | AC_CONFIG_HEADERS([config.h]) |
| 9 | AC_CONFIG_AUX_DIR([config-aux]) | 9 | AC_CONFIG_AUX_DIR([config-aux]) |
| @@ -25,5 +25,5 @@ AC_PROG_INSTALL | |||
| 25 | AC_CONFIG_FILES([Makefile | 25 | AC_CONFIG_FILES([Makefile |
| 26 | src/Makefile | 26 | src/Makefile |
| 27 | tools/Makefile | 27 | tools/Makefile |
| 28 | evemu.pc]) | 28 | utouch-evemu.pc]) |
| 29 | AC_OUTPUT | 29 | AC_OUTPUT |
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 |
diff --git a/tools/Makefile.am b/tools/Makefile.am index 2638bf5..ad94b23 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -10,15 +10,15 @@ bin_PROGRAMS = \ | |||
| 10 | INCLUDES=-I$(top_srcdir)/include/ | 10 | INCLUDES=-I$(top_srcdir)/include/ |
| 11 | 11 | ||
| 12 | evemu_describe_SOURCES = evemu-describe.c | 12 | evemu_describe_SOURCES = evemu-describe.c |
| 13 | evemu_describe_LDFLAGS = -L$(top_builddir)/src/.libs/ -levemu | 13 | evemu_describe_LDFLAGS = -L$(top_builddir)/src/.libs/ -lutouch-evemu |
| 14 | 14 | ||
| 15 | evemu_echo_SOURCES = evemu-echo.c | 15 | evemu_echo_SOURCES = evemu-echo.c |
| 16 | evemu_echo_LDFLAGS = -L$(top_builddir)/src/.libs/ -levemu | 16 | evemu_echo_LDFLAGS = -L$(top_builddir)/src/.libs/ -lutouch-evemu |
| 17 | 17 | ||
| 18 | evemu_device_SOURCES = evemu-device.c | 18 | evemu_device_SOURCES = evemu-device.c |
| 19 | evemu_device_LDFLAGS = -L$(top_builddir)/src/.libs/ -levemu | 19 | evemu_device_LDFLAGS = -L$(top_builddir)/src/.libs/ -lutouch-evemu |
| 20 | 20 | ||
| 21 | evemu_record_SOURCES = evemu-record.c | 21 | evemu_record_SOURCES = evemu-record.c |
| 22 | evemu_record_LDFLAGS = -L$(top_builddir)/src/.libs/ -levemu | 22 | evemu_record_LDFLAGS = -L$(top_builddir)/src/.libs/ -lutouch-evemu |
| 23 | evemu_play_SOURCES = evemu-play.c | 23 | evemu_play_SOURCES = evemu-play.c |
| 24 | evemu_play_LDFLAGS = -L$(top_builddir)/src/.libs/ -levemu | 24 | evemu_play_LDFLAGS = -L$(top_builddir)/src/.libs/ -lutouch-evemu |
diff --git a/evemu.pc.in b/utouch-evemu.pc.in index a1efb2b..60b65e6 100644 --- a/evemu.pc.in +++ b/utouch-evemu.pc.in | |||
| @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ | |||
| 3 | libdir=@libdir@ | 3 | libdir=@libdir@ |
| 4 | includedir=@includedir@ | 4 | includedir=@includedir@ |
| 5 | 5 | ||
| 6 | Name: evemu | 6 | Name: utouch-evemu |
| 7 | Description: Kernel device emulation | 7 | Description: Kernel device emulation |
| 8 | Version: @PACKAGE_VERSION@ | 8 | Version: @PACKAGE_VERSION@ |
| 9 | Libs: -L${libdir} -levemu | 9 | Libs: -L${libdir} -lutouch-evemu |
