diff options
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
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 @@ | |||
| 1 | lib_LTLIBRARIES = libutouch-frame.la | ||
| 2 | |||
| 3 | libutouch_frame_la_LDFLAGS = \ | ||
| 4 | -version-info @LIB_VERSION@ \ | ||
| 5 | -lm \ | ||
| 6 | $(EVEMU_LIBS) | ||
| 7 | $(MTDEV_LIBS) | ||
| 8 | |||
| 9 | libutouch_frame_la_SOURCES = \ | ||
| 10 | frame-impl.h \ | ||
| 11 | frame.c \ | ||
| 12 | frame-mtdev.c | ||
| 13 | |||
| 14 | AM_CFLAGS = $(CWARNFLAGS) | ||
| 15 | |||
| 16 | INCLUDES = -I$(top_srcdir)/include/ | ||
| 17 | |||
| 18 | libutouch_frameincludedir = $(includedir)/utouch | ||
| 19 | libutouch_frameinclude_HEADERS = \ | ||
| 20 | $(top_srcdir)/include/utouch/frame.h \ | ||
| 21 | $(top_srcdir)/include/utouch/frame-mtdev.h | ||
