diff options
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 7ccacae..50a5afd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -8,7 +8,8 @@ libgrail_la_SOURCES = \ | |||
| 8 | touch-dev.c \ | 8 | touch-dev.c \ |
| 9 | touch-engine.c \ | 9 | touch-engine.c \ |
| 10 | gesture-client.c \ | 10 | gesture-client.c \ |
| 11 | gesture-dev.c | 11 | gesture-dev.c \ |
| 12 | grail-api.c | ||
| 12 | 13 | ||
| 13 | AM_CFLAGS = $(CWARNFLAGS) -std=c99 | 14 | AM_CFLAGS = $(CWARNFLAGS) -std=c99 |
| 14 | 15 | ||
| @@ -17,4 +18,5 @@ INCLUDES = -I$(top_srcdir)/include/ | |||
| 17 | libgrailincludedir = $(includedir) | 18 | libgrailincludedir = $(includedir) |
| 18 | libgrailinclude_HEADERS = \ | 19 | libgrailinclude_HEADERS = \ |
| 19 | $(top_srcdir)/include/grail-touch.h \ | 20 | $(top_srcdir)/include/grail-touch.h \ |
| 21 | $(top_srcdir)/include/grail-gesture.h \ | ||
| 20 | $(top_srcdir)/include/grail.h | 22 | $(top_srcdir)/include/grail.h |
