summaryrefslogtreecommitdiff
path: root/shotwell-plugin-dev-1.0.m4
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-10-01 07:17:16 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-10-01 07:17:16 +0200
commit71137cc5832110d91599d68790402cf196762ed3 (patch)
treee7985bbfb6ca50ea738b38a9f852ee51431d48a7 /shotwell-plugin-dev-1.0.m4
parent8ae550d463720d5d1c0e253af29843ff15de1a54 (diff)
parent1e92964463e564bb3359a7110342182fcfdc67f2 (diff)
Merge branch 'release/debian/0.30.1-1'debian/0.30.1-1
Diffstat (limited to 'shotwell-plugin-dev-1.0.m4')
-rw-r--r--shotwell-plugin-dev-1.0.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/shotwell-plugin-dev-1.0.m4 b/shotwell-plugin-dev-1.0.m4
new file mode 100644
index 0000000..1cbf175
--- /dev/null
+++ b/shotwell-plugin-dev-1.0.m4
@@ -0,0 +1,11 @@
+prefix=_PREFIX_
+exec_prefix=${prefix}
+libdir=${exec_prefix}/_LIB_
+includedir=${prefix}/include
+
+Name: Shotwell Plugin Development
+Description: Headers for building Shotwell plugins
+Requires: _REQUIREMENTS_
+Version: _VERSION_
+Cflags: -I${includedir}/shotwell
+