Files
evolution/plugins/face/Makefile.am
2009-09-30 23:37:50 -04:00

44 lines
1022 B
Makefile

@EVO_PLUGIN_RULE@
plugin_DATA = org-gnome-face.eplug
plugin_LTLIBRARIES = liborg-gnome-face.la
liborg_gnome_face_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
-I. \
-I$(top_srcdir) \
-I$(top_srcdir)/widgets \
-I$(top_srcdir)/widgets/misc \
-I$(top_builddir)/mail \
-I$(top_builddir)/composer \
$(EVOLUTION_MAIL_CFLAGS) \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DCONNECTOR_GLADEDIR=\""$(gladedir)"\"
liborg_gnome_face_la_SOURCES = face.c
liborg_gnome_face_la_LIBADD = \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
$(top_builddir)/mail/libevolution-mail.la \
$(EVOLUTION_MAIL_LIBS)
liborg_gnome_face_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
error_DATA = org-gnome-face.error
errordir = $(privdatadir)/errors
EXTRA_DIST = \
org-gnome-face.eplug.xml \
org-gnome-face.error.xml
BUILT_SOURCES = \
org-gnome-face.eplug \
org-gnome-face.error
CLEANFILES = $(BUILT_SOURCES)
-include $(top_srcdir)/git.mk