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