summaryrefslogtreecommitdiff
path: root/gdata/services/contacts/meson.build
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2021-06-17 13:54:07 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2021-06-17 13:54:07 +0000
commitb0460823bfd19fb46dee9982e221ca2eeba3bc4a (patch)
tree7c1e45c8c55e8a026cf266d7562fabfd50500567 /gdata/services/contacts/meson.build
parentb8d82109e0156cd7252e461af47d95d74928540e (diff)
parent3a76b6dfce07a5e8044e367cedb8f9c01b4a88b2 (diff)
downloadlibgdata-b0460823bfd19fb46dee9982e221ca2eeba3bc4a.tar.gz
Merge branch 'remove-contacts' into 'master'
remove deprecated contacts service See merge request GNOME/libgdata!39
Diffstat (limited to 'gdata/services/contacts/meson.build')
-rw-r--r--gdata/services/contacts/meson.build20
1 files changed, 0 insertions, 20 deletions
diff --git a/gdata/services/contacts/meson.build b/gdata/services/contacts/meson.build
deleted file mode 100644
index 1627a7e4..00000000
--- a/gdata/services/contacts/meson.build
+++ /dev/null
@@ -1,20 +0,0 @@
-headers = files(
- 'gdata-contacts-contact.h',
- 'gdata-contacts-group.h',
- 'gdata-contacts-query.h',
- 'gdata-contacts-service.h',
-)
-
-install_headers(
- headers,
- subdir: gdata_include_subdir / 'services/contacts',
-)
-
-gir_headers += headers
-
-sources += files(
- 'gdata-contacts-contact.c',
- 'gdata-contacts-group.c',
- 'gdata-contacts-query.c',
- 'gdata-contacts-service.c',
-)