summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a880ddf..183516c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
1SUBDIRS = src tools 1SUBDIRS = src tools
2 2
3pkgconfigdir = $(libdir)/pkgconfig 3pkgconfigdir = $(libdir)/pkgconfig
4pkgconfig_DATA = evemu.pc 4pkgconfig_DATA = utouch-evemu.pc
5 5
6INCLUDES = $(top_srcdir)/include/ 6INCLUDES = $(top_srcdir)/include/
7 7