aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profiler/Makefile.am
blob: 4a8a45910b3cddc49afd19c9d7d953f8d1e458f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 $(NO_UNDEFINED)

EXTRA_DIST = org-gnome-evolution-profiler.eplug.xml

BUILT_SOURCES = $(plugin_DATA)
CLEANFILES = $(BUILT_SOURCES)

-include $(top_srcdir)/git.mk