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) (side-by-side diff) | |
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 @@ bin_PROGRAMS = flumap +lib_LTLIBRARIES = libflumapplugin.la + +libflumapplugin_la_CFLAGS = -I/usr/include/xulrunner-1.9/unstable + +libflumapplugin_la_SOURCES = \ + plugin/plugin.c \ + plugin/plugin.h + flumap_SOURCES = \ controller/actions/clear_selection.c \ controller/actions/pan.c \ |