author | Don Pellegrino <don@drexel.edu> | 2009-09-01 22:25:49 (GMT) |
---|---|---|
committer | Don Pellegrino <don@drexel.edu> | 2009-09-01 22:25:49 (GMT) |
commit | 79e1ce3c5300ef79e13f17f7e86050755d4b08c5 (patch) (unidiff) | |
tree | f455a2886811a73d8c4c3b52b3814f1d589e7c2f | |
parent | a80eb7cc1a4af3ce90924ec104dd9baeef12741a (diff) | |
download | exp005-79e1ce3c5300ef79e13f17f7e86050755d4b08c5.zip exp005-79e1ce3c5300ef79e13f17f7e86050755d4b08c5.tar.gz exp005-79e1ce3c5300ef79e13f17f7e86050755d4b08c5.tar.bz2 |
Added web browser plugin target.
-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 c7f33a0..d0923a3 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 \ |