From f0aba58c91933a4702a7cc74f7daf4192868f570 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 30 Dec 2010 17:58:01 +0100 Subject: Initial load of utouch-frame Compiles and runs on mtdev. ABI proof. Signed-off-by: Henrik Rydberg --- src/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..aa11733 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,21 @@ +lib_LTLIBRARIES = libutouch-frame.la + +libutouch_frame_la_LDFLAGS = \ + -version-info @LIB_VERSION@ \ + -lm \ + $(EVEMU_LIBS) + $(MTDEV_LIBS) + +libutouch_frame_la_SOURCES = \ + frame-impl.h \ + frame.c \ + frame-mtdev.c + +AM_CFLAGS = $(CWARNFLAGS) + +INCLUDES = -I$(top_srcdir)/include/ + +libutouch_frameincludedir = $(includedir)/utouch +libutouch_frameinclude_HEADERS = \ + $(top_srcdir)/include/utouch/frame.h \ + $(top_srcdir)/include/utouch/frame-mtdev.h -- cgit v1.2.3