diff options
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index dd2af2b..bb1c4c5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -3,14 +3,14 @@ lib_LTLIBRARIES = libutouch-grail.la | |||
| 3 | libutouch_grail_la_LDFLAGS = \ | 3 | libutouch_grail_la_LDFLAGS = \ |
| 4 | -version-info @LIB_VERSION@ \ | 4 | -version-info @LIB_VERSION@ \ |
| 5 | -lm \ | 5 | -lm \ |
| 6 | $(MTDEV_LIBS) | 6 | $(MTDEV_LIBS) \ |
| 7 | $(EVEMU_LIBS) \ | ||
| 8 | $(FRAME_LIBS) | ||
| 7 | 9 | ||
| 8 | libutouch_grail_la_SOURCES = \ | 10 | libutouch_grail_la_SOURCES = \ |
| 9 | evbuf.h \ | 11 | evbuf.h \ |
| 10 | gebuf.h \ | 12 | gebuf.h \ |
| 11 | grailbuf.h \ | 13 | grailbuf.h \ |
| 12 | touch-dev.c \ | ||
| 13 | touch-caps.c \ | ||
| 14 | grail-bits.c \ | 14 | grail-bits.c \ |
| 15 | grail-inserter.c \ | 15 | grail-inserter.c \ |
| 16 | grail-inserter.h \ | 16 | grail-inserter.h \ |
| @@ -34,5 +34,4 @@ libutouch_grailincludedir = $(includedir) | |||
| 34 | libutouch_grailinclude_HEADERS = \ | 34 | libutouch_grailinclude_HEADERS = \ |
| 35 | $(top_srcdir)/include/grail-bits.h \ | 35 | $(top_srcdir)/include/grail-bits.h \ |
| 36 | $(top_srcdir)/include/grail-types.h \ | 36 | $(top_srcdir)/include/grail-types.h \ |
| 37 | $(top_srcdir)/include/grail-touch.h \ | ||
| 38 | $(top_srcdir)/include/grail.h | 37 | $(top_srcdir)/include/grail.h |
