summaryrefslogtreecommitdiff
path: root/gdata/meson.build
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2021-06-17 13:29:27 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2021-06-17 13:29:27 +0000
commite1c49e8f7279cef3d48eb71ecc2398d9417f680b (patch)
tree1ed4447574e9db15a3b5c24e763c8ab34636eb7c /gdata/meson.build
parentde82e36768b334fd24d40440d5e923015584e974 (diff)
parent88819dd997d795e12bb953a343d0493dbdee94bb (diff)
downloadlibgdata-e1c49e8f7279cef3d48eb71ecc2398d9417f680b.tar.gz
Merge branch 'remove-oauth1' into 'master'
remove deprecated oauth1 authorizer See merge request GNOME/libgdata!34
Diffstat (limited to 'gdata/meson.build')
-rw-r--r--gdata/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdata/meson.build b/gdata/meson.build
index a42bae71..ff14f81f 100644
--- a/gdata/meson.build
+++ b/gdata/meson.build
@@ -34,7 +34,6 @@ headers = files(
'gdata-download-stream.h',
'gdata-entry.h',
'gdata-feed.h',
- 'gdata-oauth1-authorizer.h',
'gdata-oauth2-authorizer.h',
'gdata-parsable.h',
'gdata-query.h',
@@ -59,7 +58,6 @@ sources += files(
'gdata-download-stream.c',
'gdata-entry.c',
'gdata-feed.c',
- 'gdata-oauth1-authorizer.c',
'gdata-oauth2-authorizer.c',
'gdata-parsable.c',
'gdata-parser.c',