diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-08-06 21:11:17 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-06 21:11:17 +0200 |
| commit | 7db9d8d76ff61c4802ac15559dcea6fa54ff567a (patch) | |
| tree | b67e040c0abeb0ab1fca72754a767dc9ab851461 /src/Makefile.am | |
initial bzr repo at rev 27
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..7dc3ac2 --- /dev/null +++ b/src/Makefile.am | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | lib_LTLIBRARIES = libgrail.la | ||
| 2 | |||
| 3 | libgrail_la_LDFLAGS = \ | ||
| 4 | -version-info @LIB_VERSION@ \ | ||
| 5 | -lm \ | ||
| 6 | $(MTDEV_LIBS) | ||
| 7 | |||
| 8 | libgrail_la_SOURCES = \ | ||
| 9 | evbuf.h \ | ||
| 10 | gebuf.h \ | ||
| 11 | touch-dev.c \ | ||
| 12 | touch-engine.c \ | ||
| 13 | grail-bits.c \ | ||
| 14 | grail-inserter.c \ | ||
| 15 | grail-inserter.h \ | ||
| 16 | grail-gestures.c \ | ||
| 17 | grail-gestures.h \ | ||
| 18 | gestures-pan.c \ | ||
| 19 | gestures-pinch.c \ | ||
| 20 | gestures-rotate.c \ | ||
| 21 | gestures-combo.c \ | ||
| 22 | gestures-tapping.c \ | ||
| 23 | grail-recognizer.c \ | ||
| 24 | grail-recognizer.h \ | ||
| 25 | grail-api.c | ||
| 26 | |||
| 27 | AM_CFLAGS = $(CWARNFLAGS) | ||
| 28 | |||
| 29 | INCLUDES = -I$(top_srcdir)/include/ | ||
| 30 | |||
| 31 | libgrailincludedir = $(includedir) | ||
| 32 | libgrailinclude_HEADERS = \ | ||
| 33 | $(top_srcdir)/include/grail-bits.h \ | ||
| 34 | $(top_srcdir)/include/grail-types.h \ | ||
| 35 | $(top_srcdir)/include/grail-touch.h \ | ||
| 36 | $(top_srcdir)/include/grail.h | ||
