blob: cc1aeac51c61f397e714a5d1b078dd52428a3209 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
INCLUDES = \
-I$(top_srcdir) \
$(CAMEL_GROUPWISE_CFLAGS) \
$(EVOLUTION_MAIL_CFLAGS)
@EVO_PLUGIN_RULE@
plugin_DATA = org-gnome-status-track.eplug
plugin_LTLIBRARIES = liborg-gnome-status-track.la
liborg_gnome_status_track_la_SOURCES = status-track.c
liborg_gnome_status_track_la_LIBADD = $(CAMEL_GROUPWISE_LIBS)
liborg_gnome_status_track_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = org-gnome-status-track.eplug.in
|