author | Don Pellegrino <don@coffee.donpellegrino.com> | 2009-09-09 17:45:38 (GMT) |
---|---|---|
committer | Don Pellegrino <don@coffee.donpellegrino.com> | 2009-09-09 17:45:38 (GMT) |
commit | 8b6e548fd6a93b2bde6d2fa83e694b2a4453233e (patch) (unidiff) | |
tree | 2e1a9e73fff296bdee69a6d65ac7ed7229b8d66b | |
parent | 7ceaf1f7bae5a454f858693f4407948c0c92ce67 (diff) | |
download | exp005-8b6e548fd6a93b2bde6d2fa83e694b2a4453233e.zip exp005-8b6e548fd6a93b2bde6d2fa83e694b2a4453233e.tar.gz exp005-8b6e548fd6a93b2bde6d2fa83e694b2a4453233e.tar.bz2 |
Added targets for the plugin.
-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 \ |