diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-06-26 08:40:03 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-06-26 08:40:03 +0200 |
commit | 386403d8a5de83642598d811b6a6a5c40cce51c0 (patch) | |
tree | abdcc42a870fa2becbf189a67e42d9b1c63a8ee1 /plugins/common/Makefile | |
parent | 5db2423befaf4834bb8bd9ae297817debdaa3b78 (diff) | |
parent | 29a7aef998e975b42401cfa96d1b750d91eadf06 (diff) |
Merge tag 'upstream/0.23.2'
Upstream version 0.23.2
Diffstat (limited to 'plugins/common/Makefile')
-rw-r--r-- | plugins/common/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/common/Makefile b/plugins/common/Makefile new file mode 100644 index 0000000..90714a0 --- /dev/null +++ b/plugins/common/Makefile @@ -0,0 +1,20 @@ + +PLUGIN := libshotwell-plugin-common +PLUGIN_DIR := common + +PLUGIN_PKGS := \ + gee-0.8 \ + libxml-2.0 \ + libsoup-2.4 \ + json-glib-1.0 \ + webkit2gtk-4.0 + +SRC_FILES := Resources.vala RESTSupport.vala + +PLUGIN_EXTRAFLAGS := --vapi=shotwell-plugin-common.vapi \ + --header=shotwell-plugin-common.h + +PLUGIN_EXTRALINKFLAGS := + +include ../Makefile.plugin.mk + |