From 8b6e548fd6a93b2bde6d2fa83e694b2a4453233e Mon Sep 17 00:00:00 2001 From: Don Pellegrino Date: Wed, 09 Sep 2009 17:45:38 +0000 Subject: Added targets for the plugin. --- 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 \ -- cgit v0.8.3.1-22-g547a