From 1869ccfb2c81edc429580617ce4e59f36bf29a6a Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 28 Apr 2005 09:58:49 +0000 Subject: A profiler plugin. 2005-04-26 Not Zed * A profiler plugin. svn path=/trunk/; revision=29238 --- plugins/profiler/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/profiler/Makefile.am (limited to 'plugins/profiler/Makefile.am') diff --git a/plugins/profiler/Makefile.am b/plugins/profiler/Makefile.am new file mode 100644 index 0000000000..90f4e36abf --- /dev/null +++ b/plugins/profiler/Makefile.am @@ -0,0 +1,15 @@ +INCLUDES = \ + -I$(top_srcdir) \ + $(SHELL_CFLAGS) + +LIBS = $(SHELL_LIBS) + +@EVO_PLUGIN_RULE@ + +plugin_DATA = org-gnome-evolution-profiler.eplug +plugin_LTLIBRARIES = liborg-gnome-evolution-profiler.la + +liborg_gnome_evolution_profiler_la_SOURCES = profiler.c +liborg_gnome_evolution_profiler_la_LDFLAGS = -module -avoid-version + +EXTRA_DIST = org-gnome-evolution-profiler.eplug.in -- cgit v1.2.3