summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-08-12 18:50:00 +0100
committerHenrik Rydberg <rydberg@euromail.se>2010-08-12 18:50:00 +0100
commitcb2cad3b8c506a08a6bdad548a10ff47f85ef38b (patch)
treec9a270e403783cf84540ae5e11facb3b61542eef /src/Makefile.am
parent4b21599b7ade620aa02b359335f618b5b10185da (diff)
Repackaged to utouch-grail v1.0.8v1.0.8
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 96ac7ed..3171edd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,11 +1,11 @@
1lib_LTLIBRARIES = libgrail.la 1lib_LTLIBRARIES = libutouch-grail.la
2 2
3libgrail_la_LDFLAGS = \ 3libutouch_grail_la_LDFLAGS = \
4 -version-info @LIB_VERSION@ \ 4 -version-info @LIB_VERSION@ \
5 -lm \ 5 -lm \
6 $(MTDEV_LIBS) 6 $(MTDEV_LIBS)
7 7
8libgrail_la_SOURCES = \ 8libutouch_grail_la_SOURCES = \
9 evbuf.h \ 9 evbuf.h \
10 gebuf.h \ 10 gebuf.h \
11 touch-dev.c \ 11 touch-dev.c \
@@ -27,8 +27,8 @@ AM_CFLAGS = $(CWARNFLAGS)
27 27
28INCLUDES = -I$(top_srcdir)/include/ 28INCLUDES = -I$(top_srcdir)/include/
29 29
30libgrailincludedir = $(includedir) 30libutouch_grailincludedir = $(includedir)
31libgrailinclude_HEADERS = \ 31libutouch_grailinclude_HEADERS = \
32 $(top_srcdir)/include/grail-bits.h \ 32 $(top_srcdir)/include/grail-bits.h \
33 $(top_srcdir)/include/grail-types.h \ 33 $(top_srcdir)/include/grail-types.h \
34 $(top_srcdir)/include/grail-touch.h \ 34 $(top_srcdir)/include/grail-touch.h \