From 671a16046a634beefc524bc24a2e7eebdee480a5 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 23 Jul 2012 11:15:57 +0200 Subject: add empathy-app-plugin https://bugzilla.gnome.org/show_bug.cgi?id=680449 --- .../cc-plugins/app-plugin/Makefile.am | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am (limited to 'ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am') diff --git a/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am b/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am new file mode 100644 index 000000000..fc2421747 --- /dev/null +++ b/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am @@ -0,0 +1,23 @@ +plugindir = $(ACCOUNTS_APP_PLUGIN_DIR) + +INCLUDES = \ + -I$(top_builddir) \ + -I$(top_srcdir) \ + -DLOCALEDIR=\""$(datadir)/locale"\" \ + $(UOA_CFLAGS) \ + $(WARN_CFLAGS) \ + $(ERROR_CFLAGS) \ + $(DISABLE_DEPRECATED) \ + $(EMPATHY_CFLAGS) + +plugin_LTLIBRARIES = \ + libempathy.la\ + $(NULL) + +libempathy_la_SOURCES = \ + empathy-app-plugin.c \ + empathy-app-plugin.h +libempathy_la_LDFLAGS = -module -avoid-version +libempathy_la_LIBADD = \ + $(UOA_LIBS) \ + $(top_builddir)/libempathy-gtk/libempathy-gtk.la -- cgit v1.2.3