summaryrefslogtreecommitdiff
path: root/plugins/common/Makefile
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-20 15:11:08 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-20 15:11:08 +0200
commitcb612a12b952e349b96d427645aaeb55d15f509a (patch)
treef29298f41d2a7ea2a976616243aca64c2c2547ce /plugins/common/Makefile
parente7be93745e4a2ff3aa255227bef7b9d3b733aafa (diff)
parent143bfc9f801c84428074312d661f8e08803df83b (diff)
Merge tag 'upstream/0.23.5'
Upstream version 0.23.5
Diffstat (limited to 'plugins/common/Makefile')
-rw-r--r--plugins/common/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/common/Makefile b/plugins/common/Makefile
deleted file mode 100644
index 90714a0..0000000
--- a/plugins/common/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-
-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
-