From 70ea840bfec883f883b748e937e28f68d9f0870f Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 18 Jul 2012 10:11:39 +0200 Subject: Hook cc-plugins to the build system https://bugzilla.gnome.org/show_bug.cgi?id=680448 --- ubuntu-online-accounts/cc-plugins/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ubuntu-online-accounts/cc-plugins/Makefile.am (limited to 'ubuntu-online-accounts/cc-plugins/Makefile.am') diff --git a/ubuntu-online-accounts/cc-plugins/Makefile.am b/ubuntu-online-accounts/cc-plugins/Makefile.am new file mode 100644 index 000000000..192a378c1 --- /dev/null +++ b/ubuntu-online-accounts/cc-plugins/Makefile.am @@ -0,0 +1,16 @@ +SUBDIRS = providers services + +plugindir = $(ACCOUNTS_PROVIDER_PLUGIN_DIR) + +INCLUDES = \ + -I$(top_builddir) \ + -I$(top_srcdir) \ + -DLOCALEDIR=\""$(datadir)/locale"\" \ + $(UOA_CFLAGS) \ + $(WARN_CFLAGS) \ + $(ERROR_CFLAGS) \ + $(DISABLE_DEPRECATED) \ + $(EMPATHY_CFLAGS) + +plugin_LTLIBRARIES = \ + $(NULL) -- cgit v1.2.3