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) (side-by-side diff) | |
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 @@ 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 \ |