-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 833b25f..82ddc3b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -1,5 +1,13 @@ | |||
1 | bin_PROGRAMS = flumap | 1 | bin_PROGRAMS = flumap |
2 | 2 | ||
3 | lib_LTLIBRARIES = libflumapplugin.la | ||
4 | |||
5 | libflumapplugin_la_CFLAGS = -I/usr/include/xulrunner-1.9/unstable | ||
6 | |||
7 | libflumapplugin_la_SOURCES = \ | ||
8 | plugin/plugin.c \ | ||
9 | plugin/plugin.h | ||
10 | |||
3 | flumap_SOURCES = \ | 11 | flumap_SOURCES = \ |
4 | controller/actions/clear_selection.c \ | 12 | controller/actions/clear_selection.c \ |
5 | controller/actions/pan.c \ | 13 | controller/actions/pan.c \ |