From 79e1ce3c5300ef79e13f17f7e86050755d4b08c5 Mon Sep 17 00:00:00 2001 From: Don Pellegrino Date: Tue, 01 Sep 2009 22:25:49 +0000 Subject: Added web browser plugin target. --- 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 \ -- cgit v0.8.3.1-22-g547a