summaryrefslogtreecommitdiffstats
authorDon 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)
commit8b6e548fd6a93b2bde6d2fa83e694b2a4453233e (patch) (side-by-side diff)
tree2e1a9e73fff296bdee69a6d65ac7ed7229b8d66b
parent7ceaf1f7bae5a454f858693f4407948c0c92ce67 (diff)
downloadexp005-8b6e548fd6a93b2bde6d2fa83e694b2a4453233e.zip
exp005-8b6e548fd6a93b2bde6d2fa83e694b2a4453233e.tar.gz
exp005-8b6e548fd6a93b2bde6d2fa83e694b2a4453233e.tar.bz2
Added targets for the plugin.
-rw-r--r--src/Makefile.am8
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 \

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.