summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2020-03-18 18:54:02 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2020-03-18 19:13:49 -0400
commitc5256b693e9350dfc46b6fc11ab8d826cb2e6265 (patch)
tree65f1411f237ccb751975da3d4572c93c05a693f1
parentae5fa7371ad3b0c7dfbfd8f1fbb697674a42cb47 (diff)
downloadgupnp-igd-c5256b693e9350dfc46b6fc11ab8d826cb2e6265.tar.gz
meson: Remove private headers from sources
They confuse gobject-introspection
-rw-r--r--libgupnp-igd/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgupnp-igd/meson.build b/libgupnp-igd/meson.build
index d6eb39b..d2b3639 100644
--- a/libgupnp-igd/meson.build
+++ b/libgupnp-igd/meson.build
@@ -13,9 +13,7 @@ install_headers(headers, subdir: 'gupnp-igd-1.0/libgupnp-igd')
sources = files(
'gupnp-enum-types.c',
- 'gupnp-enum-types.h',
'gupnp-simple-igd.c',
- 'gupnp-simple-igd-priv.h',
'gupnp-simple-igd-thread.c'
)